common

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2022 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug added in v0.2.0

func Debug(prefix string, obj interface{}, stdout *Stdout)

func HttpGetRaw added in v0.2.0

func HttpGetRaw(client *http.Client, URL, contentType string, authorization string) ([]byte, error)

func HttpGetRawWithHeaders added in v0.2.0

func HttpGetRawWithHeaders(client *http.Client, URL string, headers map[string]string) ([]byte, error)

func HttpPostRaw added in v0.2.0

func HttpPostRaw(client *http.Client, URL, contentType string, authorization string, raw []byte) ([]byte, error)

func HttpPostRawWithHeaders added in v0.2.0

func HttpPostRawWithHeaders(client *http.Client, URL string, headers map[string]string, raw []byte) ([]byte, error)

func HttpPutRaw added in v0.4.2

func HttpPutRaw(client *http.Client, URL, contentType string, authorization string, raw []byte) ([]byte, error)

func HttpPutRawWithHeaders added in v0.4.2

func HttpPutRawWithHeaders(client *http.Client, URL string, headers map[string]string, raw []byte) ([]byte, error)

func HttpRequestRawWithHeaders added in v0.4.2

func HttpRequestRawWithHeaders(client *http.Client, method, URL string, headers map[string]string, raw []byte) ([]byte, error)

func JsonMarshal added in v0.4.3

func JsonMarshal(t interface{}) ([]byte, error)

we need custom json marshal due to no html escaption

func JsonataPrepare added in v0.4.3

func JsonataPrepare()

func Output added in v0.0.6

func Output(query, to string, prefix string, opts []interface{}, bytes []byte, stdout *Stdout)

func OutputJson added in v0.2.0

func OutputJson(outputOpts OutputOptions, prefix string, opts []interface{}, bytes []byte, stdout *Stdout)

func OutputRaw added in v0.2.0

func OutputRaw(output string, bytes []byte, stdout *Stdout)

func TruncateString added in v0.2.4

func TruncateString(str string, length int) string

Types

type Logger added in v0.5.0

type Logger interface {
	Info(obj interface{}, args ...interface{})
	Warn(obj interface{}, args ...interface{})
	Debug(obj interface{}, args ...interface{})
	Error(obj interface{}, args ...interface{})
}

type OutputOptions added in v0.2.0

type OutputOptions struct {
	Output string
	Query  string
}

type Stdout

type Stdout struct {
	// contains filtered or unexported fields
}

func NewStdout

func NewStdout(options StdoutOptions) *Stdout

func (*Stdout) Debug

func (so *Stdout) Debug(obj interface{}, args ...interface{})

func (*Stdout) Error

func (so *Stdout) Error(obj interface{}, args ...interface{})

func (*Stdout) Info

func (so *Stdout) Info(obj interface{}, args ...interface{})

func (*Stdout) Panic

func (so *Stdout) Panic(obj interface{}, args ...interface{})

func (*Stdout) SetCallerOffset

func (so *Stdout) SetCallerOffset(offset int)

func (*Stdout) Warn

func (so *Stdout) Warn(obj interface{}, args ...interface{})

type StdoutOptions

type StdoutOptions struct {
	Format          string
	Level           string
	Template        string
	TimestampFormat string
	TextColors      bool
}

Jump to

Keyboard shortcuts

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