net

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CabalrpcServer

type CabalrpcServer interface {
	Start()
}

func NewCabalrpcServer

func NewCabalrpcServer(config config.Config, broker broker.Broker, logLevel zapcore.Level) CabalrpcServer

type RawClient

type RawClient interface {
	Do(req *http.Request) (*http.Response, error)
}

func NewApmHttpClient

func NewApmHttpClient(core RawClient) RawClient

type RpcClient

type RpcClient interface {
	Call([]byte) ([]byte, error)
}

func NewRpcClient

func NewRpcClient(config config.Config) RpcClient

Jump to

Keyboard shortcuts

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