Documentation
¶
Index ¶
Constants ¶
const (
// SplitTheBillServiceName is the fully-qualified name of the SplitTheBillService service.
SplitTheBillServiceName = "dolgovnya.split_the_bill.v1.SplitTheBillService"
)
Variables ¶
This section is empty.
Functions ¶
func NewSplitTheBillServiceHandler ¶
func NewSplitTheBillServiceHandler(svc SplitTheBillServiceHandler, opts ...connect_go.HandlerOption) (string, http.Handler)
NewSplitTheBillServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
Types ¶
type SplitTheBillServiceClient ¶
type SplitTheBillServiceClient interface {
NewBill(context.Context, *connect_go.Request[v1.NewBillRequest]) (*connect_go.Response[v1.NewBillResponse], error)
}
SplitTheBillServiceClient is a client for the dolgovnya.split_the_bill.v1.SplitTheBillService service.
func NewSplitTheBillServiceClient ¶
func NewSplitTheBillServiceClient(httpClient connect_go.HTTPClient, baseURL string, opts ...connect_go.ClientOption) SplitTheBillServiceClient
NewSplitTheBillServiceClient constructs a client for the dolgovnya.split_the_bill.v1.SplitTheBillService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type SplitTheBillServiceHandler ¶
type SplitTheBillServiceHandler interface {
NewBill(context.Context, *connect_go.Request[v1.NewBillRequest]) (*connect_go.Response[v1.NewBillResponse], error)
}
SplitTheBillServiceHandler is an implementation of the dolgovnya.split_the_bill.v1.SplitTheBillService service.
type UnimplementedSplitTheBillServiceHandler ¶
type UnimplementedSplitTheBillServiceHandler struct{}
UnimplementedSplitTheBillServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedSplitTheBillServiceHandler) NewBill ¶
func (UnimplementedSplitTheBillServiceHandler) NewBill(context.Context, *connect_go.Request[v1.NewBillRequest]) (*connect_go.Response[v1.NewBillResponse], error)