Documentation ¶
Index ¶
- type AppConfigServer
- func (server AppConfigServer) AppendPermission(ctx context.Context, in *proto.AppendPermissionRequest) (*proto.AppendPermissionResponse, error)
- func (server AppConfigServer) Get(ctx context.Context, in *proto.GetRequest) (*proto.GetResponse, error)
- func (server AppConfigServer) GetForClient(ctx context.Context, in *proto.GetForClientRequest) (*proto.GetForClientResponse, error)
- func (server AppConfigServer) Initialize(ctx context.Context, in *proto.InitRequest) (*proto.InitResponse, error)
- func (server AppConfigServer) LockConfig(ctx context.Context, in *proto.LockConfigRequest) (*proto.LockConfigResponse, error)
- func (server AppConfigServer) RollbackAppendPermission(ctx context.Context, in *proto.RollbackAppendPermissionRequest) (*proto.RollbackAppendPermissionResponse, error)
- func (server AppConfigServer) UnlockConfig(ctx context.Context, in *proto.UnlockConfigRequest) (*proto.UnlockConfigResponse, error)
- func (server AppConfigServer) Update(ctx context.Context, in *proto.UpdateRequest) (*proto.UpdateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfigServer ¶
type AppConfigServer struct { proto.UnimplementedAppConfigurationServer // contains filtered or unexported fields }
func NewAppConfigServer ¶
func NewAppConfigServer( initService initializing.Service, modifyService modifying.Service, fetchService fetching.Service, libFetchService libFetch.Service, ) *AppConfigServer
func (AppConfigServer) AppendPermission ¶
func (server AppConfigServer) AppendPermission(ctx context.Context, in *proto.AppendPermissionRequest) (*proto.AppendPermissionResponse, error)
func (AppConfigServer) Get ¶
func (server AppConfigServer) Get(ctx context.Context, in *proto.GetRequest) (*proto.GetResponse, error)
func (AppConfigServer) GetForClient ¶
func (server AppConfigServer) GetForClient(ctx context.Context, in *proto.GetForClientRequest) (*proto.GetForClientResponse, error)
func (AppConfigServer) Initialize ¶
func (server AppConfigServer) Initialize(ctx context.Context, in *proto.InitRequest) (*proto.InitResponse, error)
func (AppConfigServer) LockConfig ¶
func (server AppConfigServer) LockConfig(ctx context.Context, in *proto.LockConfigRequest) (*proto.LockConfigResponse, error)
func (AppConfigServer) RollbackAppendPermission ¶
func (server AppConfigServer) RollbackAppendPermission(ctx context.Context, in *proto.RollbackAppendPermissionRequest) (*proto.RollbackAppendPermissionResponse, error)
func (AppConfigServer) UnlockConfig ¶
func (server AppConfigServer) UnlockConfig(ctx context.Context, in *proto.UnlockConfigRequest) (*proto.UnlockConfigResponse, error)
func (AppConfigServer) Update ¶
func (server AppConfigServer) Update(ctx context.Context, in *proto.UpdateRequest) (*proto.UpdateResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.