Versions in this module Expand all Collapse all v0 v0.18.0 Aug 13, 2026 Changes in this version + type Module struct + Mod string + Trust string + func (m *Module) Module() sessionmanager.ModuleInfo + func (m *Module) Provision(ctx *sessionmanager.Context) error + func (m *Module) Register(s grpc.ServiceRegistrar) + type Server struct + func NewServer(trust sessionmanager.Trust) *Server + func (srv *Server) ApplyTrustMapping(ctx context.Context, in *trustmappingv1.ApplyTrustMappingRequest) (*trustmappingv1.ApplyTrustMappingResponse, error) + func (srv *Server) BlockTrustMapping(ctx context.Context, req *trustmappingv1.BlockTrustMappingRequest) (*trustmappingv1.BlockTrustMappingResponse, error) + func (srv *Server) RemoveTrustMapping(ctx context.Context, req *trustmappingv1.RemoveTrustMappingRequest) (*trustmappingv1.RemoveTrustMappingResponse, error) + func (srv *Server) UnblockTrustMapping(ctx context.Context, req *trustmappingv1.UnblockTrustMappingRequest) (*trustmappingv1.UnblockTrustMappingResponse, error)