Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogAPIClient ¶
type LogAPIClient interface {
SubscribeLogs(ctx context.Context, types []extension.LogType, params extension.SubscribeLogsParams) (res extension.SubscribeResponse, err error)
}
type LogService ¶
type LogService struct {
// contains filtered or unexported fields
}
func New ¶
func New(params ServiceParams) *LogService
type Message ¶
type Message struct {
Time time.Time `json:"time"`
Type string `json:"type"`
Record json.RawMessage `json:"record"`
}
type ReportRecord ¶
type ReportRecord struct {
RequestID string `json:"requestId"`
Metrics json.RawMessage `json:"metrics"`
}
type ServiceParams ¶
type StartRecord ¶
type StartRecord struct {
RequestID string `json:"requestId"`
}
Click to show internal directories.
Click to hide internal directories.