com

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RpcVersion = "2.0"
	RlsVersion = "0.0.1-0.4.33" // LsVersion-RadVersion
)

Variables

View Source
var (
	ErrFailedReadingHeader        = errors.New("failed to read MIME header")
	ErrInvalidContentLengthHeader = errors.New("invalid Content-Length header")
	ErrFailedDecode               = errors.New("failed to decode incoming request")
	ErrServerNotInitialized       = errors.New("client did not initialize server")
	ErrMethodNotFound             = errors.New("no handler for method found")
)

Functions

func FlatStr

func FlatStr(item any) string

Types

type FunctionSet

type FunctionSet struct {
	// contains filtered or unexported fields
}

func LoadNewFunctionSet

func LoadNewFunctionSet() *FunctionSet

func (*FunctionSet) Contains

func (fs *FunctionSet) Contains(name string) bool

func (*FunctionSet) Len

func (fs *FunctionSet) Len() int

Jump to

Keyboard shortcuts

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