Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractServer ¶
type ContractServer struct {
pb.UnimplementedContractServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ContractServer implements pb.ContractServiceServer.
func (*ContractServer) IsProfileId ¶
func (s *ContractServer) IsProfileId(_ context.Context, req *pb.IsProfileIdRequest) (*pb.IsProfileIdResponse, error)
func (*ContractServer) NewContract ¶
func (s *ContractServer) NewContract(_ context.Context, req *pb.NewContractRequest) (*pb.NewContractResponse, error)
Click to show internal directories.
Click to hide internal directories.