Documentation ¶
Overview ¶
Package metadata contains implementations of types.Metadata.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type struct {
// contains filtered or unexported fields
}
Type is an implementation of types.Metadata representing the metadata of a message part within a batch.
func New ¶
New creates a new metadata implementation from a map[string]string. It is safe to provide a nil map.
func (*Type) Copy ¶
Copy returns a copy of the metadata object that can be edited without changing the contents of the original.
Click to show internal directories.
Click to hide internal directories.