adminserver

package
v0.64.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.55.0

type Config struct {
	BindAddr string `fig:"bind_addr"`
	Port     int    `fig:"port" default:"15280"`
	Disabled bool   `fig:"disabled"`
}

Config contains Server configuration parameters.

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server represents an admin server type.

func New

func New(
	cfg Config,
	rep repository.Repository,
	peppers *pepper.Keys,
	hk *hook.Hooks,
	logger kitlog.Logger,
) *Server

New returns a new initialized admin server.

func (*Server) Start

func (s *Server) Start(_ context.Context) error

Start starts admin server.

func (*Server) Stop

func (s *Server) Stop(_ context.Context) error

Stop stops admin server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL