Documentation ¶
Index ¶
- type Server
- func (s *Server) GetConfiguration(ctx context.Context, _ *emptypb.Empty) (*httpbody.HttpBody, error)
- func (s *Server) GetInfo(ctx context.Context, _ *emptypb.Empty) (*httpbody.HttpBody, error)
- func (s *Server) RegisterGRPC(server *grpc.Server)
- func (s *Server) SkipsAuthorization(ctx context.Context) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { meta.UnimplementedMetadataServiceServer // contains filtered or unexported fields }
func (*Server) GetConfiguration ¶
func (s *Server) GetConfiguration(ctx context.Context, _ *emptypb.Empty) (*httpbody.HttpBody, error)
GetConfiguration returns a HttpBody instance containing the Flipt instance's configuration structure marshalled as JSON.
func (*Server) GetInfo ¶
GetInfo returns a HttpBody instance containing the Flipt instance's runtime information marshalled as JSON.
func (*Server) RegisterGRPC ¶
RegisterGRPC registers the server on the provided gRPC server instance.
Click to show internal directories.
Click to hide internal directories.