services

package
v0.0.0-...-2eaef82 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2014 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	Bus    *bus.Bus
	Config *model.Config
	// contains filtered or unexported fields
}

func (*Cache) ConfigChanged

func (self *Cache) ConfigChanged(conf *model.Config)

func (*Cache) Start

func (self *Cache) Start()

func (*Cache) Stop

func (self *Cache) Stop()

type CacheGig

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

func (*CacheGig) DoWork

func (self *CacheGig) DoWork(workRoutine int)

type Core

type Core struct {
	Bus    *bus.Bus
	Config *model.Config

	Services []Service
	// contains filtered or unexported fields
}

func (*Core) Start

func (self *Core) Start()

func (*Core) Stop

func (self *Core) Stop()

type Dal

type Dal struct {
	Bus    *bus.Bus
	Config *model.Config
	// contains filtered or unexported fields
}

func (*Dal) ConfigChanged

func (self *Dal) ConfigChanged(conf *model.Config)

func (*Dal) Start

func (self *Dal) Start()

func (*Dal) Stop

func (self *Dal) Stop()

type FixMovieGig

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

func (*FixMovieGig) DoWork

func (self *FixMovieGig) DoWork(workRoutine int)

type Gig

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

func (*Gig) DoWork

func (self *Gig) DoWork(workRoutine int)

type Pruner

type Pruner struct {
	Bus    *bus.Bus
	Config *model.Config
}

func (*Pruner) ConfigChanged

func (self *Pruner) ConfigChanged(conf *model.Config)

func (*Pruner) Start

func (self *Pruner) Start()

func (*Pruner) Stop

func (self *Pruner) Stop()

type Scanner

type Scanner struct {
	Bus    *bus.Bus
	Config *model.Config
	// contains filtered or unexported fields
}

func (*Scanner) ConfigChanged

func (self *Scanner) ConfigChanged(conf *model.Config)

func (*Scanner) Start

func (self *Scanner) Start()

func (*Scanner) Stop

func (self *Scanner) Stop()

type Scraper

type Scraper struct {
	Bus    *bus.Bus
	Config *model.Config
	// contains filtered or unexported fields
}

func (*Scraper) ConfigChanged

func (self *Scraper) ConfigChanged(conf *model.Config)

func (*Scraper) Start

func (self *Scraper) Start()

func (*Scraper) Stop

func (self *Scraper) Stop()

type Server

type Server struct {
	Bus    *bus.Bus
	Config *model.Config
	// contains filtered or unexported fields
}

func (*Server) Start

func (self *Server) Start()

func (*Server) Stop

func (self *Server) Stop()

type Service

type Service interface {
	ConfigChanged(conf *model.Config)
}

Jump to

Keyboard shortcuts

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