util

package
v0.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2021 License: MIT Imports: 4 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultConfigFiles

func DefaultConfigFiles(serviceName string) []string

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

func DefaultMainFile

func DefaultMainFile(serviceName string) string

DefaultMainFile returns the expected main.go file path for an example service inside the example-gateway

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

func (s *Buffer) String() string

String returns the contents of the unread portion of the buffer as a string. If the Buffer is a nil pointer, it returns "<nil>".

func (*Buffer) Write added in v0.6.0

func (s *Buffer) Write(p []byte) (n int, err error)

Write appends the contents of p to the buffer, growing the buffer as needed. It returns the number of bytes written.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL