Documentation
¶
Index ¶
- func NewRegistration(ns string, dbRegister serviceregistry.DBRegister) ...
- func OnConfigUpdate(svc *DynamicValueMappingService) serviceregistry.OnConfigUpdateHook
- type DynamicValueMappingService
- func (s *DynamicValueMappingService) Close()
- func (s DynamicValueMappingService) CreateDynamicValueMapping(ctx context.Context, ...) (*connect.Response[dvm.CreateDynamicValueMappingResponse], error)
- func (s DynamicValueMappingService) DeleteDynamicValueMapping(ctx context.Context, ...) (*connect.Response[dvm.DeleteDynamicValueMappingResponse], error)
- func (s DynamicValueMappingService) GetDynamicValueMapping(ctx context.Context, req *connect.Request[dvm.GetDynamicValueMappingRequest]) (*connect.Response[dvm.GetDynamicValueMappingResponse], error)
- func (s DynamicValueMappingService) ListDynamicValueMappings(ctx context.Context, req *connect.Request[dvm.ListDynamicValueMappingsRequest]) (*connect.Response[dvm.ListDynamicValueMappingsResponse], error)
- func (s DynamicValueMappingService) UpdateDynamicValueMapping(ctx context.Context, ...) (*connect.Response[dvm.UpdateDynamicValueMappingResponse], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegistration ¶
func NewRegistration(ns string, dbRegister serviceregistry.DBRegister) *serviceregistry.Service[dynamicvaluemappingconnect.DynamicValueMappingServiceHandler]
func OnConfigUpdate ¶
func OnConfigUpdate(svc *DynamicValueMappingService) serviceregistry.OnConfigUpdateHook
Types ¶
type DynamicValueMappingService ¶
type DynamicValueMappingService struct {
// contains filtered or unexported fields
}
func (*DynamicValueMappingService) Close ¶
func (s *DynamicValueMappingService) Close()
Close gracefully shuts down the service, closing the database client.
func (DynamicValueMappingService) CreateDynamicValueMapping ¶
func (s DynamicValueMappingService) CreateDynamicValueMapping(ctx context.Context, req *connect.Request[dvm.CreateDynamicValueMappingRequest], ) (*connect.Response[dvm.CreateDynamicValueMappingResponse], error)
func (DynamicValueMappingService) DeleteDynamicValueMapping ¶
func (s DynamicValueMappingService) DeleteDynamicValueMapping(ctx context.Context, req *connect.Request[dvm.DeleteDynamicValueMappingRequest], ) (*connect.Response[dvm.DeleteDynamicValueMappingResponse], error)
func (DynamicValueMappingService) GetDynamicValueMapping ¶
func (s DynamicValueMappingService) GetDynamicValueMapping(ctx context.Context, req *connect.Request[dvm.GetDynamicValueMappingRequest], ) (*connect.Response[dvm.GetDynamicValueMappingResponse], error)
func (DynamicValueMappingService) ListDynamicValueMappings ¶
func (s DynamicValueMappingService) ListDynamicValueMappings(ctx context.Context, req *connect.Request[dvm.ListDynamicValueMappingsRequest], ) (*connect.Response[dvm.ListDynamicValueMappingsResponse], error)
func (DynamicValueMappingService) UpdateDynamicValueMapping ¶
func (s DynamicValueMappingService) UpdateDynamicValueMapping(ctx context.Context, req *connect.Request[dvm.UpdateDynamicValueMappingRequest], ) (*connect.Response[dvm.UpdateDynamicValueMappingResponse], error)
Click to show internal directories.
Click to hide internal directories.