package
0.24.6
Repository: https://github.com/serviceweaver/weaver.git
Documentation: pkg.go.dev

# Functions

Call invokes an HTTP method on the given address/path combo, passing it a serialized request and parsing its response into reply.
Clone returns a deep copy of m.
HandlerDo converts a protobuf based handler into an http.HandlerFunc.
HandlerFunc converts a protobuf based handler into an http.HandlerFunc.
HandlerThunk converts a protobuf based handler into an http.HandlerFunc.
Read reads a length-prefixed protobuf from src.
Write writes a length prefixed protobuf to dst.

# Structs

CallArgs holds arguments for the Call method.

# Interfaces

ProtoPointer[T] is an interface which asserts that *T is a proto.Message.