Documentation ¶
Index ¶
- type Server
- func (s *Server) CreateSecret(ctx context.Context, r *proto.CreateSecretRequest) (*proto.SecretResponse, error)
- func (s *Server) DeleteSecret(ctx context.Context, r *proto.DeleteSecretRequest) (*emptypb.Empty, error)
- func (s *Server) Secret(ctx context.Context, r *proto.SecretRequest) (*proto.SecretResponse, error)
- func (s *Server) Serve(addr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { proto.UnimplementedVaultServer // contains filtered or unexported fields }
func (*Server) CreateSecret ¶
func (s *Server) CreateSecret(ctx context.Context, r *proto.CreateSecretRequest) (*proto.SecretResponse, error)
func (*Server) DeleteSecret ¶
func (*Server) Secret ¶
func (s *Server) Secret(ctx context.Context, r *proto.SecretRequest) (*proto.SecretResponse, error)
Click to show internal directories.
Click to hide internal directories.