Documentation
¶
Index ¶
- func Debug(prefix string, obj interface{}, stdout *Stdout)
- func HttpGetRaw(client *http.Client, URL, contentType string, authorization string) ([]byte, error)
- func HttpGetRawWithHeaders(client *http.Client, URL string, headers map[string]string) ([]byte, error)
- func HttpPostRaw(client *http.Client, URL, contentType string, authorization string, raw []byte) ([]byte, error)
- func HttpPostRawWithHeaders(client *http.Client, URL string, headers map[string]string, raw []byte) ([]byte, error)
- func Output(query, to string, prefix string, opts []interface{}, bytes []byte, ...)
- func OutputJson(outputOpts OutputOptions, prefix string, opts []interface{}, bytes []byte, ...)
- func OutputRaw(output string, bytes []byte, stdout *Stdout)
- type OutputOptions
- type Stdout
- func (so *Stdout) Debug(obj interface{}, args ...interface{})
- func (so *Stdout) Error(obj interface{}, args ...interface{})
- func (so *Stdout) Info(obj interface{}, args ...interface{})
- func (so *Stdout) Panic(obj interface{}, args ...interface{})
- func (so *Stdout) SetCallerOffset(offset int)
- func (so *Stdout) Warn(obj interface{}, args ...interface{})
- type StdoutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpGetRaw ¶ added in v0.2.0
func HttpGetRawWithHeaders ¶ added in v0.2.0
func HttpPostRaw ¶ added in v0.2.0
func HttpPostRawWithHeaders ¶ added in v0.2.0
func OutputJson ¶ added in v0.2.0
func OutputJson(outputOpts OutputOptions, prefix string, opts []interface{}, bytes []byte, stdout *Stdout)
Types ¶
type OutputOptions ¶ added in v0.2.0
type Stdout ¶
type Stdout struct {
// contains filtered or unexported fields
}
func NewStdout ¶
func NewStdout(options StdoutOptions) *Stdout
func (*Stdout) SetCallerOffset ¶
Click to show internal directories.
Click to hide internal directories.