service

package
v0.0.0-...-cde4198 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2016 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	SetId(k kappa.Const) kappa.Const
	GetId() kappa.Const
	SetServiceSubstrate(*ServiceSubstrate)
	GetService(kappa.Const) Service
	Start()
	Shutdown()
}

type ServiceBase

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

func (*ServiceBase) GetId

func (s *ServiceBase) GetId() kappa.Const

func (*ServiceBase) GetService

func (s *ServiceBase) GetService(k kappa.Const) Service

func (*ServiceBase) SetId

func (s *ServiceBase) SetId(id kappa.Const) kappa.Const

func (*ServiceBase) SetServiceSubstrate

func (s *ServiceBase) SetServiceSubstrate(sub *ServiceSubstrate)

type ServiceSubstrate

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

func New

func New() *ServiceSubstrate

func (*ServiceSubstrate) Get

func (s *ServiceSubstrate) Get(k kappa.Const) Service

func (*ServiceSubstrate) Set

func (s *ServiceSubstrate) Set(ser Service) kappa.Const

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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