protocol

package
v0.0.0-...-6b190b8 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Protocol

type Protocol interface {
	Read([]byte, *sync.Map) (interface{}, int, error)
	Write(*Request) ([]byte, error)
}

type Request

type Request struct {
	ID          uint64
	InterfaceID string // interface寻址id
	Version     string
	Group       string
	Method      string
	Params      interface{}
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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