Versions in this module Expand all Collapse all v0 v0.0.1 Feb 9, 2022 Changes in this version + type Request []byte + func New_Request(Function string, Remote_ip string, Remote_port string, Authorizaion string, ...) Request + func Serialize_Request(dst Request, Function string, Remote_ip string, Remote_port string, ...) Request + func (s Request) Attributes() []byte + func (s Request) Authorizaion() string + func (s Request) Data() []byte + func (s Request) Function() string + func (s Request) Remote_ip() string + func (s Request) Remote_port() string + func (s Request) String() string + func (s Request) Type() string + func (s Request) Vstruct_Validate() bool + type Response []byte + func New_Response(Length int64, Type string, Data []byte, Attributes []byte) Response + func Serialize_Response(dst Response, Length int64, Type string, Data []byte, Attributes []byte) Response + func (s Response) Attributes() []byte + func (s Response) Data() []byte + func (s Response) Length() int64 + func (s Response) String() string + func (s Response) Type() string + func (s Response) Vstruct_Validate() bool