Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
bw19 committed May 15, 2024
1 parent c4991d3 commit 6263e88
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
12 changes: 6 additions & 6 deletions coreservices/httpingress/version-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions env/env.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions env/env_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
5 changes: 5 additions & 0 deletions examples/main/env.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6263e88

Please sign in to comment.