options

package
v0.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 AwakeableOptions struct {
	Codec encoding.Codec
}

type ClientOption added in v0.11.0

type ClientOption interface {
	BeforeClient(*ClientOptions)
}

type ClientOptions added in v0.11.0

type ClientOptions struct {
	Codec encoding.Codec
}

type GetOption

type GetOption interface {
	BeforeGet(*GetOptions)
}

type GetOptions

type GetOptions struct {
	Codec encoding.Codec
}

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 PromiseOption added in v0.12.0

type PromiseOption interface {
	BeforePromise(*PromiseOptions)
}

type PromiseOptions added in v0.12.0

type PromiseOptions struct {
	Codec encoding.Codec
}

type RequestOption added in v0.11.0

type RequestOption interface {
	BeforeRequest(*RequestOptions)
}

type RequestOptions added in v0.11.0

type RequestOptions struct {
	Headers map[string]string
}

type ResolveAwakeableOption

type ResolveAwakeableOption interface {
	BeforeResolveAwakeable(*ResolveAwakeableOptions)
}

type ResolveAwakeableOptions

type ResolveAwakeableOptions struct {
	Codec encoding.Codec
}

type RunOption

type RunOption interface {
	BeforeRun(*RunOptions)
}

type RunOptions

type RunOptions struct {
	Codec encoding.Codec
}

type SendOption added in v0.11.0

type SendOption interface {
	BeforeSend(*SendOptions)
}

type SendOptions added in v0.11.0

type SendOptions struct {
	Headers map[string]string
	Delay   time.Duration
}

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

type SetOptions struct {
	Codec encoding.Codec
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL