Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBinaryOperationRequest ¶
type IBinaryOperationRequest interface { IOperationRequest Payload() []byte Load(interface{}, IBinarySerializer) error }
type IBinaryOperationResult ¶
type IBinaryOperationResult interface { IOperationResult Payload() []byte Load(interface{}, IBinarySerializer) error }
type IOperation ¶
type IOperationFactory ¶
type IOperationFactory interface {
Operations() []IOperation
}
type IOperationRequest ¶
type IOperationResult ¶
type ITextOperationRequest ¶
type ITextOperationRequest interface { IOperationRequest Payload() string Load(interface{}, ITextSerializer) error }
type ITextOperationResult ¶
type ITextOperationResult interface { IOperationResult Payload() string Load(interface{}, ITextSerializer) error SerializeWith(ITextSerializer) (string, error) }
Click to show internal directories.
Click to hide internal directories.