Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationLogger ¶ added in v0.4.1
func ApplicationLogger(component string) (*zap.SugaredLogger, error)
ApplicationLogger returns logger for applications
func FunctionsLogger ¶ added in v0.4.1
func FunctionsLogger() (*zap.SugaredLogger, error)
FunctionsLogger returns logger for functions
Types ¶
type HTTPWriter ¶ added in v0.4.1
type HTTPWriter struct {
// contains filtered or unexported fields
}
HTTPWriter interface implementation
func (*HTTPWriter) Close ¶ added in v0.4.1
func (tw *HTTPWriter) Close() error
Close interface implementation
func (*HTTPWriter) Sync ¶ added in v0.4.1
func (tw *HTTPWriter) Sync() error
Sync interface implementation
Click to show internal directories.
Click to hide internal directories.