Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfigFiles ¶
DefaultConfigFiles returns the typically expected default config files that a service would use. This includes root production.yaml and the service's own production.yaml
Types ¶
type Buffer ¶ added in v0.6.0
type Buffer struct {
// contains filtered or unexported fields
}
Buffer is a goroutine safe bytes.Buffer
func (*Buffer) String ¶ added in v0.6.0
String returns the contents of the unread portion of the buffer as a string. If the Buffer is a nil pointer, it returns "<nil>".
Source Files
¶
- util.go
Click to show internal directories.
Click to hide internal directories.