package
Version:
v0.0.0-...-3a06bfb
Opens a new window with list of versions in this module.
Published: Jan 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Encoder[T any] interface {
}
type EncoderBuilder[T any] interface {
}
type Formatter[T any] struct {
}
type Humanizer interface {
FmtHumanize() string
}
type Provider[T any] interface {
ProvideFmtMetadata() []Field[T]
}
type Stringer interface {
FmtString() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.