Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultClient ¶
type DefaultClient struct{}
func (*DefaultClient) Marshal ¶
func (c *DefaultClient) Marshal(data interface{}) ([]byte, error)
func (*DefaultClient) Unmarshal ¶
func (c *DefaultClient) Unmarshal(data []byte, v interface{}) error
type MockClient ¶
func (*MockClient) Marshal ¶
func (m *MockClient) Marshal(data interface{}) ([]byte, error)
func (*MockClient) Unmarshal ¶
func (m *MockClient) Unmarshal(data []byte, v interface{}) error
Click to show internal directories.
Click to hide internal directories.