Documentation ¶
Overview ¶
Package allowlists contains Allowlists server implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
rpcpb.UnimplementedAllowlistsServer
}
Server implements Allowlists server.
func (*Server) GetAllowlist ¶
func (*Server) GetAllowlist(ctx context.Context, request *rpcpb.GetAllowlistRequest) (*rpcpb.Allowlist, error)
GetAllowlist implements the corresponding RPC method.
func (*Server) ListAllowlists ¶
func (*Server) ListAllowlists(ctx context.Context, _ *emptypb.Empty) (*rpcpb.ListAllowlistsResponse, error)
ListAllowlists implements the corresponding RPC method.
Click to show internal directories.
Click to hide internal directories.