package
1.6.1
Repository: https://github.com/myopenfactory/client.git
Documentation: pkg.go.dev

# Functions

NewClientServiceJSONClient creates a JSON client that implements the ClientService interface.
NewClientServiceProtobufClient creates a Protobuf client that implements the ClientService interface.
NewClientServiceServer builds a TwirpServer that can be used as an http.Handler to handle HTTP requests that are routed to the right method in the provided svc implementation.
WriteError writes an HTTP response with a valid Twirp error format (code, msg, meta).

# Constants

ClientServicePathPrefix is a convenience constant that may identify URL paths.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Enum value maps for Log_Level.
Enum value maps for Log_Level.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Confirmation of a message.
No description provided by the author
No description provided by the author
No description provided by the author
Message is a edi message with extra information.
List of Messages.
No description provided by the author

# Interfaces

No description provided by the author
HTTPClient is the interface used by generated clients to send HTTP requests.
TwirpServer is the interface generated server structs will support: they're HTTP handlers with additional methods for accessing metadata about the service.

# Type aliases

No description provided by the author