Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidKind = errors.New("invalid kind")
ErrInvalidKind for marshaller.
View Source
var Module = fx.Options( fx.Provide(NewMsgPack), fx.Provide(NewProto), fx.Provide(NewYAML), fx.Provide(NewTOML), fx.Provide(NewFactory), )
Module for fx.
Functions ¶
This section is empty.
Types ¶
type Factory ¶ added in v1.79.0
type Factory struct {
// contains filtered or unexported fields
}
Factory of marshaller.
func NewFactory ¶ added in v1.79.0
func NewFactory(params FactoryParams) *Factory
NewFactory for marshaller.
type FactoryParams ¶ added in v1.79.0
FactoryParams for marshaller.
type Marshaller ¶
Compressor allows to have different ways to marshal/unmarshal.
Click to show internal directories.
Click to hide internal directories.