Versions in this module Expand all Collapse all v0 v0.1.1 Dec 9, 2024 v0.1.0 Nov 26, 2024 Changes in this version + var File_server_api_proto_v1_protoconf_mutation_proto protoreflect.FileDescriptor + var ProtoconfMutationService_ServiceDesc = grpc.ServiceDesc + func RegisterProtoconfMutationServiceServer(s grpc.ServiceRegistrar, srv ProtoconfMutationServiceServer) + type ConfigMutationRequest struct + Path string + ScriptMetadata string + Value *v1.ProtoconfValue + func (*ConfigMutationRequest) Descriptor() ([]byte, []int) + func (*ConfigMutationRequest) ProtoMessage() + func (x *ConfigMutationRequest) GetPath() string + func (x *ConfigMutationRequest) GetScriptMetadata() string + func (x *ConfigMutationRequest) GetValue() *v1.ProtoconfValue + func (x *ConfigMutationRequest) ProtoReflect() protoreflect.Message + func (x *ConfigMutationRequest) Reset() + func (x *ConfigMutationRequest) String() string + type ConfigMutationResponse struct + CommitHash string + Path string + func (*ConfigMutationResponse) Descriptor() ([]byte, []int) + func (*ConfigMutationResponse) ProtoMessage() + func (x *ConfigMutationResponse) GetCommitHash() string + func (x *ConfigMutationResponse) GetPath() string + func (x *ConfigMutationResponse) ProtoReflect() protoreflect.Message + func (x *ConfigMutationResponse) Reset() + func (x *ConfigMutationResponse) String() string + type ProtoconfMutationServiceClient interface + MutateConfig func(ctx context.Context, in *ConfigMutationRequest, opts ...grpc.CallOption) (*ConfigMutationResponse, error) + func NewProtoconfMutationServiceClient(cc grpc.ClientConnInterface) ProtoconfMutationServiceClient + type ProtoconfMutationServiceServer interface + MutateConfig func(context.Context, *ConfigMutationRequest) (*ConfigMutationResponse, error) + type UnimplementedProtoconfMutationServiceServer struct + func (UnimplementedProtoconfMutationServiceServer) MutateConfig(context.Context, *ConfigMutationRequest) (*ConfigMutationResponse, error) + type UnsafeProtoconfMutationServiceServer interface