Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStringReadCloser ¶
func NewStringReadCloser(s string) io.ReadCloser
NewStringReadCloser creates a new io.ReadCloser from a string
Types ¶
type C ¶
type C struct { Jira Jira `yaml:"jira"` Gitlab Gitlab `yaml:"gitlab"` // contains filtered or unexported fields }
func (*C) EncodeString ¶
EncodeString the config and output a string
func (*C) InitDefault ¶
InitDefault writes the default configuration to the default configuration path.
type StringReadCloser ¶
StringReadCloser wraps a strings.Reader to implement io.ReadCloser
func (*StringReadCloser) Close ¶
func (src *StringReadCloser) Close() error
Close implements io.Closer interface
Click to show internal directories.
Click to hide internal directories.