handler

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request []byte

func New_Request

func New_Request(Function string, Remote_ip string, Remote_port string, Authorizaion string, Attributes []byte, Type string, Data []byte) Request

func Serialize_Request

func Serialize_Request(dst Request, Function string, Remote_ip string, Remote_port string, Authorizaion string, Attributes []byte, Type string, Data []byte) Request

func (Request) Attributes

func (s Request) Attributes() []byte

func (Request) Authorizaion

func (s Request) Authorizaion() string

func (Request) Data

func (s Request) Data() []byte

func (Request) Function

func (s Request) Function() string

func (Request) Remote_ip

func (s Request) Remote_ip() string

func (Request) Remote_port

func (s Request) Remote_port() string

func (Request) String

func (s Request) String() string

func (Request) Type

func (s Request) Type() string

func (Request) Vstruct_Validate

func (s Request) Vstruct_Validate() bool

type Response

type Response []byte

func New_Response

func New_Response(Length int64, Type string, Data []byte, Attributes []byte) Response

func Serialize_Response

func Serialize_Response(dst Response, Length int64, Type string, Data []byte, Attributes []byte) Response

func (Response) Attributes

func (s Response) Attributes() []byte

func (Response) Data

func (s Response) Data() []byte

func (Response) Length

func (s Response) Length() int64

func (Response) String

func (s Response) String() string

func (Response) Type

func (s Response) Type() string

func (Response) Vstruct_Validate

func (s Response) Vstruct_Validate() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL