service

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: Apache-2.0 Imports: 0 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(k string, gen Generator)

Types

type Generator

type Generator func() (Service, error)

type Generators

type Generators map[string]Generator

type List

type List map[string]Service

func GetServices

func GetServices() List

func (List) Add

func (g List) Add(k string, service Service)

func (List) Get

func (g List) Get(k string) Service

func (List) GetOrNot

func (g List) GetOrNot(k string) (Service, bool)

type Service

type Service interface {
	Name() string
}

Jump to

Keyboard shortcuts

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