From f112df6b773b81fa4f5deb665859bbd005ed3e84 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 07:58:56 -0500 Subject: finally can remove this. moved to lib/ENV --- config.proto | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.proto (limited to 'config.proto') diff --git a/config.proto b/config.proto deleted file mode 100644 index 19e8481..0000000 --- a/config.proto +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2025 WIT.COM Inc Licensed GPL 3.0 - -syntax = "proto3"; - -package config; - -import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp - -message Config { // - string key = 1; // config key name `autogenpb:unique` `autogenpb:sort` - string value = 2; // config value name - bool global = 3; // was defined in application OS settings - string help = 4; // text for explaining the ENV key/value -} - -message Configs { // `autogenpb:marshal` `autogenpb:nomutex` - string uuid = 1; // `autogenpb:uuid:3135d0f9-82a9-40b6-8aa1-b683ebe7bedd` - string version = 2; // `autogenpb:version:v0.0.2 go.wit.com/lib/config` - repeated Config configs = 3; - string filename = 4; // can store where the filename is so that saves can be automated -} -- cgit v1.2.3