Documentation ¶
Overview ¶
Package apiserver is used to initialize the api
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
APIServer represents an instance of a server
func New ¶
func New(ctx context.Context, cfg *config.Config, logger logger.Logger, version string) (*APIServer, error)
New creates a new APIServer instance
Click to show internal directories.
Click to hide internal directories.