Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPError ¶ added in v0.0.7
type HTTPError interface {
StatusCode() int
}
HTTPError represents an HTTP error that has an associated status code.
type LogPayload ¶ added in v0.0.4
LogPayload is request payload for log operations.
func NewLogPayload ¶ added in v0.0.4
func NewLogPayload(version uint64, op Operation) *LogPayload
type Operation ¶ added in v0.0.3
Operation represents a log operation.
func NewOperation ¶ added in v0.0.4
func NewOperation(method string, data json.RawMessage) Operation
NewOperation returns a new Operation.
Click to show internal directories.
Click to hide internal directories.