Documentation
¶
Index ¶
- func NewSubjectMappingServer(dbClient *db.Client, grpcServer *grpc.Server, grpcInprocess *grpc.Server, ...) error
- type SubjectMappingService
- func (s SubjectMappingService) CreateSubjectMapping(ctx context.Context, req *subjectmapping.CreateSubjectMappingRequest) (*subjectmapping.CreateSubjectMappingResponse, error)
- func (s SubjectMappingService) DeleteSubjectMapping(ctx context.Context, req *subjectmapping.DeleteSubjectMappingRequest) (*subjectmapping.DeleteSubjectMappingResponse, error)
- func (s SubjectMappingService) GetSubjectMapping(ctx context.Context, req *subjectmapping.GetSubjectMappingRequest) (*subjectmapping.GetSubjectMappingResponse, error)
- func (s SubjectMappingService) ListSubjectMappings(ctx context.Context, req *subjectmapping.ListSubjectMappingsRequest) (*subjectmapping.ListSubjectMappingsResponse, error)
- func (s SubjectMappingService) UpdateSubjectMapping(ctx context.Context, req *subjectmapping.UpdateSubjectMappingRequest) (*subjectmapping.UpdateSubjectMappingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SubjectMappingService ¶
type SubjectMappingService struct { subjectmapping.UnimplementedSubjectMappingServiceServer // contains filtered or unexported fields }
func (SubjectMappingService) CreateSubjectMapping ¶
func (s SubjectMappingService) CreateSubjectMapping(ctx context.Context, req *subjectmapping.CreateSubjectMappingRequest) (*subjectmapping.CreateSubjectMappingResponse, error)
func (SubjectMappingService) DeleteSubjectMapping ¶
func (s SubjectMappingService) DeleteSubjectMapping(ctx context.Context, req *subjectmapping.DeleteSubjectMappingRequest) (*subjectmapping.DeleteSubjectMappingResponse, error)
func (SubjectMappingService) GetSubjectMapping ¶
func (s SubjectMappingService) GetSubjectMapping(ctx context.Context, req *subjectmapping.GetSubjectMappingRequest) (*subjectmapping.GetSubjectMappingResponse, error)
func (SubjectMappingService) ListSubjectMappings ¶
func (s SubjectMappingService) ListSubjectMappings(ctx context.Context, req *subjectmapping.ListSubjectMappingsRequest) (*subjectmapping.ListSubjectMappingsResponse, error)
func (SubjectMappingService) UpdateSubjectMapping ¶
func (s SubjectMappingService) UpdateSubjectMapping(ctx context.Context, req *subjectmapping.UpdateSubjectMappingRequest) (*subjectmapping.UpdateSubjectMappingResponse, error)
Click to show internal directories.
Click to hide internal directories.