Versions in this module Expand all Collapse all v0 v0.2.0 Oct 28, 2025 v0.1.0 Jan 29, 2025 Changes in this version + const HandlerDefaultMaxStreamDuration + const HandlerDetailedTraceLogLevel + const HandlerTraceLogLevel + type Server struct + func NewServer(config ServerConfig) (*Server, error) + func (s *Server) CSIDriverIsReady() + func (s *Server) GetMetadataAllocated(req *api.GetMetadataAllocatedRequest, ...) (err error) + func (s *Server) GetMetadataDelta(req *api.GetMetadataDeltaRequest, ...) (err error) + func (s *Server) OperationID(op string) string + func (s *Server) Start() error + func (s *Server) Stop() + type ServerConfig struct + MaxStreamDur time.Duration + Runtime *runtime.Runtime