tests

package
v2.0.0-alpha22 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Foo

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

func (*Foo) Init

func (f *Foo) Init(p config.Configurer) error

Depends on S2 and DB (S3 in the current case)

func (*Foo) Serve

func (f *Foo) Serve() chan error

func (*Foo) Stop

func (f *Foo) Stop() error

type ReloadConfig

type ReloadConfig struct {
	Interval time.Duration
	Patterns []string
	Services map[string]ServiceConfig
}

ReloadConfig is a Reload configuration point.

type ServiceConfig

type ServiceConfig struct {
	Enabled   bool
	Recursive bool
	Patterns  []string
	Dirs      []string
	Ignore    []string
}

Jump to

Keyboard shortcuts

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