Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coder ¶
type Coder struct {
}
Coder represents a CBOR erializer.
func (*Coder) DecodeDocument ¶
DecodeDocument returns the decorded object from the specified reader if available, otherwise returns an error.
func (*Coder) EncodeDocument ¶
EncodeDocument writes the specified object to the specified writer.
func (*Coder) ServiceName ¶
ServiceName returns the plug-ing service name.
func (*Coder) ServiceType ¶
func (s *Coder) ServiceType() plugins.ServiceType
ServiceType returns the plug-ing service type.
Click to show internal directories.
Click to hide internal directories.