Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMessageHeaderSource ¶
func NewMessageHeaderSource(opts ...Option) eacl.TypedHeaderSource
Types ¶
type ObjectStorage ¶
type Option ¶
type Option func(*cfg)
func WithAddress ¶ added in v0.13.0
func WithLocalObjectStorage ¶
func WithLocalObjectStorage(v *engine.StorageEngine) Option
func WithObjectStorage ¶
func WithObjectStorage(v ObjectStorage) Option
func WithServiceRequest ¶
func WithServiceResponse ¶
type Request ¶
type Request interface {
GetMetaHeader() *session.RequestMetaHeader
}
type Response ¶
type Response interface {
GetMetaHeader() *session.ResponseMetaHeader
}
Click to show internal directories.
Click to hide internal directories.