Documentation
¶
Index ¶
- type EvaluationStore
- type Server
- func (srv *Server) AllowsNamespaceScopedAuthentication(ctx context.Context) bool
- func (srv *Server) EvaluationSnapshotNamespace(ctx context.Context, r *evaluation.EvaluationNamespaceSnapshotRequest) (*evaluation.EvaluationNamespaceSnapshot, error)
- func (srv *Server) RegisterGRPC(server *grpc.Server)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluationStore ¶
type EvaluationStore interface {
ListFlags(ctx context.Context, req *storage.ListRequest[storage.NamespaceRequest]) (storage.ResultSet[*flipt.Flag], error)
storage.EvaluationStore
storage.NamespaceVersionStore
}
type Server ¶
type Server struct {
evaluation.UnimplementedDataServiceServer
// contains filtered or unexported fields
}
func (*Server) AllowsNamespaceScopedAuthentication ¶ added in v1.50.0
func (*Server) EvaluationSnapshotNamespace ¶
func (srv *Server) EvaluationSnapshotNamespace(ctx context.Context, r *evaluation.EvaluationNamespaceSnapshotRequest) (*evaluation.EvaluationNamespaceSnapshot, error)
func (*Server) RegisterGRPC ¶
RegisterGRPC registers the *Server onto the provided grpc Server.
Click to show internal directories.
Click to hide internal directories.