Documentation
¶
Index ¶
- type XdhKeySpecServer
- func (s *XdhKeySpecServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *XdhKeySpecServer) GetFormat(_ context.Context, req *pb.GetFormatRequest) (*pb.GetFormatResponse, error)
- func (s *XdhKeySpecServer) GetKey(_ context.Context, req *pb.GetKeyRequest) (*pb.GetKeyResponse, error)
- func (s *XdhKeySpecServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *XdhKeySpecServer) NewXdhKeySpec(_ context.Context, req *pb.NewXdhKeySpecRequest) (*pb.NewXdhKeySpecResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XdhKeySpecServer ¶
type XdhKeySpecServer struct {
pb.UnimplementedXdhKeySpecServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
XdhKeySpecServer implements pb.XdhKeySpecServiceServer.
func (*XdhKeySpecServer) Equals ¶
func (s *XdhKeySpecServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*XdhKeySpecServer) GetFormat ¶
func (s *XdhKeySpecServer) GetFormat(_ context.Context, req *pb.GetFormatRequest) (*pb.GetFormatResponse, error)
func (*XdhKeySpecServer) GetKey ¶
func (s *XdhKeySpecServer) GetKey(_ context.Context, req *pb.GetKeyRequest) (*pb.GetKeyResponse, error)
func (*XdhKeySpecServer) HashCode ¶
func (s *XdhKeySpecServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*XdhKeySpecServer) NewXdhKeySpec ¶
func (s *XdhKeySpecServer) NewXdhKeySpec(_ context.Context, req *pb.NewXdhKeySpecRequest) (*pb.NewXdhKeySpecResponse, error)
Click to show internal directories.
Click to hide internal directories.