Documentation
¶
Index ¶
- type AwakeableOption
- type AwakeableOptions
- type CallOption
- type CallOptions
- type GetOption
- type GetOptions
- type HandlerOption
- type HandlerOptions
- type ResolveAwakeableOption
- type ResolveAwakeableOptions
- type RunOption
- type RunOptions
- type ServiceDefinitionOption
- type ServiceDefinitionOptions
- type SetOption
- type SetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwakeableOption ¶
type AwakeableOption interface {
BeforeAwakeable(*AwakeableOptions)
}
type AwakeableOptions ¶
type CallOption ¶
type CallOption interface {
BeforeCall(*CallOptions)
}
type GetOption ¶
type GetOption interface {
BeforeGet(*GetOptions)
}
type GetOptions ¶
type HandlerOption ¶ added in v0.10.0
type HandlerOption interface {
BeforeHandler(*HandlerOptions)
}
type HandlerOptions ¶ added in v0.10.0
type HandlerOptions struct {
Codec encoding.PayloadCodec
}
type ResolveAwakeableOption ¶
type ResolveAwakeableOption interface {
BeforeResolveAwakeable(*ResolveAwakeableOptions)
}
type ResolveAwakeableOptions ¶
type RunOption ¶
type RunOption interface {
BeforeRun(*RunOptions)
}
type RunOptions ¶
type ServiceDefinitionOption ¶ added in v0.10.0
type ServiceDefinitionOption interface {
BeforeServiceDefinition(*ServiceDefinitionOptions)
}
type ServiceDefinitionOptions ¶ added in v0.10.0
type ServiceDefinitionOptions struct {
DefaultCodec encoding.PayloadCodec
}
type SetOption ¶
type SetOption interface {
BeforeSet(*SetOptions)
}
type SetOptions ¶
Click to show internal directories.
Click to hide internal directories.