manager

package
v1.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(r runtime.Runtime, opts ...Option) runtime.Runtime

New returns a manager for the runtime

Types

type Option

type Option func(*Options)

Option sets an option

func Profile

func Profile(p []string) Option

Profile to use when running services

func Store

func Store(s store.Store) Option

Store to persist services and sync events

type Options

type Options struct {
	// Profile contains the env vars to set when
	// running a service
	Profile []string
	// Store to persist state
	Store store.Store
}

Options for the runtime manager

Jump to

Keyboard shortcuts

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