From 6263e888ed894bd0af8dc77a157366edf8606346 Mon Sep 17 00:00:00 2001 From: Brian W <45476717+bw19@users.noreply.github.com> Date: Tue, 14 May 2024 17:15:51 -0700 Subject: [PATCH] go generate --- coreservices/httpingress/version-gen.go | 12 ++++++------ env/env.go | 7 +++++++ env/env_test.go | 7 +++++++ examples/main/env.yaml | 5 +++++ 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/coreservices/httpingress/version-gen.go b/coreservices/httpingress/version-gen.go index b3f4ed13..a10fdd0f 100644 --- a/coreservices/httpingress/version-gen.go +++ b/coreservices/httpingress/version-gen.go @@ -9,12 +9,12 @@ Neither may be used, copied or distributed without the express written consent o package httpingress -const Version = 168 -const SourceCodeSHA256 = "efa542c77829811203a07ed42b04c35f045c09aabcb73214a63b01a0658fc661" -const Timestamp = "2024-05-14T15:19:26.025335Z" +const Version = 169 +const SourceCodeSHA256 = "c3ecb8d9e19c762eef8f7c98fc5aa06b36eb5822ab349c6a774807a83d07cf6f" +const Timestamp = "2024-05-15T00:15:27.597816Z" /* { - "ver": 168, - "sha256": "efa542c77829811203a07ed42b04c35f045c09aabcb73214a63b01a0658fc661", - "ts": "2024-05-14T15:19:26.025335Z" + "ver": 169, + "sha256": "c3ecb8d9e19c762eef8f7c98fc5aa06b36eb5822ab349c6a774807a83d07cf6f", + "ts": "2024-05-15T00:15:27.597816Z" } */ diff --git a/env/env.go b/env/env.go index dbf6ed40..296a5c09 100644 --- a/env/env.go +++ b/env/env.go @@ -1,3 +1,10 @@ +/* +Copyright (c) 2023-2024 Microbus LLC and various contributors + +This file and the project encapsulating it are the confidential intellectual property of Microbus LLC. +Neither may be used, copied or distributed without the express written consent of Microbus LLC. +*/ + // Package env wraps the handling of OS environment variables. // Before looking for an environment variable in the OS, the package looks for it in an env.yaml file in the current working directory. // In addition, it allows for pushing and popping values for testing purposes. diff --git a/env/env_test.go b/env/env_test.go index 3bd8df9f..5315d8e0 100644 --- a/env/env_test.go +++ b/env/env_test.go @@ -1,3 +1,10 @@ +/* +Copyright (c) 2023-2024 Microbus LLC and various contributors + +This file and the project encapsulating it are the confidential intellectual property of Microbus LLC. +Neither may be used, copied or distributed without the express written consent of Microbus LLC. +*/ + package env import ( diff --git a/examples/main/env.yaml b/examples/main/env.yaml index 3b235242..d831173c 100644 --- a/examples/main/env.yaml +++ b/examples/main/env.yaml @@ -1,3 +1,8 @@ +# Copyright (c) 2023-2024 Microbus LLC and various contributors +# +# This file and the project encapsulating it are the confidential intellectual property of Microbus LLC. +# Neither may be used, copied or distributed without the express written consent of Microbus LLC. + # NATS connection settings MICROBUS_NATS: nats://127.0.0.1:4222 # MICROBUS_NATS_USER: