Documentation ¶
Index ¶
- Constants
- type GetStageResultRequest
- type GetStageResultResponse
- type Logger
- func (s *Logger) AddFields(k string, v any)
- func (s *Logger) Debug(format string, v ...any)
- func (s *Logger) Error(err error, format string, v ...any)
- func (s *Logger) Fatal(err error, format string, v ...any)
- func (s *Logger) Info(format string, v ...any)
- func (s *Logger) Warn(format string, v ...any)
- type ModuleApi
Constants ¶
View Source
const ( NoMimeType = "" MimeTypeJSON = "application/json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetStageResultRequest ¶ added in v1.20.0
type GetStageResultResponse ¶ added in v1.20.0
type GetStageResultResponse struct {
Data []byte
}
type ModuleApi ¶ added in v1.20.0
type ModuleApi interface {
GetStageResult(req *GetStageResultRequest) (*GetStageResultResponse, error)
}
Click to show internal directories.
Click to hide internal directories.