Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollapseHomedir ¶ added in v0.1.1
func FileExists ¶ added in v0.1.1
func GetHomedir ¶ added in v0.1.1
func GetHomedir() string
func GetHostname ¶ added in v0.1.1
func GetHostname() string
func TryExpandHomedir ¶ added in v0.1.1
Types ¶
type CloseFunc ¶
type CloseFunc func() error
CloseFunc is a function used to close a service or close the client connection to a service.
type LocalBuffer ¶
func NewLocalBuffer ¶
func NewLocalBuffer(b bytes.Buffer) *LocalBuffer
NewLocalBuffer provides a synchronized read/Write closer.
func (*LocalBuffer) Close ¶
func (b *LocalBuffer) Close() error
func (*LocalBuffer) String ¶
func (b *LocalBuffer) String() string
Click to show internal directories.
Click to hide internal directories.