Documentation ¶ Index ¶ type Server Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server interface { // Start is used to start the daemon. Start(c context.Context) error // Shutdown is used to shut down the daemon. Shutdown(c context.Context) error } Server is an interface that represents the daemon. Source Files ¶ View all Source files adapterx.go Click to show internal directories. Click to hide internal directories.