Documentation ¶ Index ¶ type Server func NewServer(config *lfsb.Config, store *store.Store) *Server func Run(ctx context.Context, config *lfsb.Config) (*Server, error) func (s *Server) Close() error func (s *Server) Open() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(config *lfsb.Config, store *store.Store) *Server func Run ¶ func Run(ctx context.Context, config *lfsb.Config) (*Server, error) func (*Server) Close ¶ func (s *Server) Close() error func (*Server) Open ¶ func (s *Server) Open() error Source Files ¶ View all Source files handler.goserver.go Click to show internal directories. Click to hide internal directories.