Documentation ¶
Index ¶
- func NewRegistration() serviceregistry.Registration
- type SubjectMappingService
- func (s SubjectMappingService) CreateSubjectConditionSet(ctx context.Context, req *sm.CreateSubjectConditionSetRequest) (*sm.CreateSubjectConditionSetResponse, error)
- func (s SubjectMappingService) CreateSubjectMapping(ctx context.Context, req *sm.CreateSubjectMappingRequest) (*sm.CreateSubjectMappingResponse, error)
- func (s SubjectMappingService) DeleteSubjectConditionSet(ctx context.Context, req *sm.DeleteSubjectConditionSetRequest) (*sm.DeleteSubjectConditionSetResponse, error)
- func (s SubjectMappingService) DeleteSubjectMapping(ctx context.Context, req *sm.DeleteSubjectMappingRequest) (*sm.DeleteSubjectMappingResponse, error)
- func (s SubjectMappingService) GetSubjectConditionSet(ctx context.Context, req *sm.GetSubjectConditionSetRequest) (*sm.GetSubjectConditionSetResponse, error)
- func (s SubjectMappingService) GetSubjectMapping(ctx context.Context, req *sm.GetSubjectMappingRequest) (*sm.GetSubjectMappingResponse, error)
- func (s SubjectMappingService) ListSubjectConditionSets(ctx context.Context, _ *sm.ListSubjectConditionSetsRequest) (*sm.ListSubjectConditionSetsResponse, error)
- func (s SubjectMappingService) ListSubjectMappings(ctx context.Context, _ *sm.ListSubjectMappingsRequest) (*sm.ListSubjectMappingsResponse, error)
- func (s SubjectMappingService) MatchSubjectMappings(ctx context.Context, req *sm.MatchSubjectMappingsRequest) (*sm.MatchSubjectMappingsResponse, error)
- func (s SubjectMappingService) UpdateSubjectConditionSet(ctx context.Context, req *sm.UpdateSubjectConditionSetRequest) (*sm.UpdateSubjectConditionSetResponse, error)
- func (s SubjectMappingService) UpdateSubjectMapping(ctx context.Context, req *sm.UpdateSubjectMappingRequest) (*sm.UpdateSubjectMappingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegistration ¶
func NewRegistration() serviceregistry.Registration
Types ¶
type SubjectMappingService ¶
type SubjectMappingService struct { sm.UnimplementedSubjectMappingServiceServer // contains filtered or unexported fields }
func (SubjectMappingService) CreateSubjectConditionSet ¶
func (s SubjectMappingService) CreateSubjectConditionSet(ctx context.Context, req *sm.CreateSubjectConditionSetRequest, ) (*sm.CreateSubjectConditionSetResponse, error)
func (SubjectMappingService) CreateSubjectMapping ¶
func (s SubjectMappingService) CreateSubjectMapping(ctx context.Context, req *sm.CreateSubjectMappingRequest, ) (*sm.CreateSubjectMappingResponse, error)
func (SubjectMappingService) DeleteSubjectConditionSet ¶
func (s SubjectMappingService) DeleteSubjectConditionSet(ctx context.Context, req *sm.DeleteSubjectConditionSetRequest, ) (*sm.DeleteSubjectConditionSetResponse, error)
func (SubjectMappingService) DeleteSubjectMapping ¶
func (s SubjectMappingService) DeleteSubjectMapping(ctx context.Context, req *sm.DeleteSubjectMappingRequest, ) (*sm.DeleteSubjectMappingResponse, error)
func (SubjectMappingService) GetSubjectConditionSet ¶
func (s SubjectMappingService) GetSubjectConditionSet(ctx context.Context, req *sm.GetSubjectConditionSetRequest, ) (*sm.GetSubjectConditionSetResponse, error)
func (SubjectMappingService) GetSubjectMapping ¶
func (s SubjectMappingService) GetSubjectMapping(ctx context.Context, req *sm.GetSubjectMappingRequest, ) (*sm.GetSubjectMappingResponse, error)
func (SubjectMappingService) ListSubjectConditionSets ¶
func (s SubjectMappingService) ListSubjectConditionSets(ctx context.Context, _ *sm.ListSubjectConditionSetsRequest, ) (*sm.ListSubjectConditionSetsResponse, error)
func (SubjectMappingService) ListSubjectMappings ¶
func (s SubjectMappingService) ListSubjectMappings(ctx context.Context, _ *sm.ListSubjectMappingsRequest, ) (*sm.ListSubjectMappingsResponse, error)
func (SubjectMappingService) MatchSubjectMappings ¶
func (s SubjectMappingService) MatchSubjectMappings(ctx context.Context, req *sm.MatchSubjectMappingsRequest, ) (*sm.MatchSubjectMappingsResponse, error)
func (SubjectMappingService) UpdateSubjectConditionSet ¶
func (s SubjectMappingService) UpdateSubjectConditionSet(ctx context.Context, req *sm.UpdateSubjectConditionSetRequest, ) (*sm.UpdateSubjectConditionSetResponse, error)
func (SubjectMappingService) UpdateSubjectMapping ¶
func (s SubjectMappingService) UpdateSubjectMapping(ctx context.Context, req *sm.UpdateSubjectMappingRequest, ) (*sm.UpdateSubjectMappingResponse, error)
Click to show internal directories.
Click to hide internal directories.