Documentation
¶
Index ¶
- func DecodeGRPCContactResponse(ctx context.Context, r any) (any, error)
- func DecodeGRPCListContactsResponse(ctx context.Context, r any) (any, error)
- func EncodeGRPCContactRequest(ctx context.Context, r any) (any, error)
- func EncodeGRPCDeleteContactRequest(ctx context.Context, r any) (any, error)
- func EncodeGRPCListContactsRequest(ctx context.Context, r any) (any, error)
- func EncodeGRPCReadContactRequest(ctx context.Context, r any) (any, error)
- func New(conn *grpc.ClientConn) addressbook.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeGRPCContactResponse ¶
gRPC client method Decode from protobuf to domain object
func DecodeGRPCListContactsResponse ¶
gRPC client method Decode from protobuf to domain object
func EncodeGRPCContactRequest ¶
gRPC client method Encode from domain object to protobuf
func EncodeGRPCDeleteContactRequest ¶
gRPC client method Encode from domain object to protobuf
func EncodeGRPCListContactsRequest ¶
gRPC client method Encode from domain object to protobuf
func EncodeGRPCReadContactRequest ¶
gRPC client method Encode from domain object to protobuf
func New ¶
func New(conn *grpc.ClientConn) addressbook.Service
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.