runtime

package
v2.9.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2021 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Package runtime is the micro runtime

Package runtime is the micro runtime

Index

Constants

View Source
const (
	// RunUsage message for the run command
	RunUsage = "Run a service: micro run [source]"
	// KillUsage message for the kill command
	KillUsage = "Kill a service: micro kill [source]"
	// UpdateUsage message for the update command
	UpdateUsage = "Update a service: micro update [source]"
	// GetUsage message for micro get command
	GetUsage = "List runtime objects"
	// ServicesUsage message for micro services command
	ServicesUsage = "micro services"
	// CannotWatch message for the run command
	CannotWatch = "Cannot watch filesystem on this runtime"
)

Variables

View Source
var (
	// Name of the runtime
	Name = "go.micro.runtime"
	// Address of the runtime
	Address = ":8088"
)
View Source
var (
	// DefaultRetries which should be attempted when starting a service
	DefaultRetries = 3
	// Image to specify if none is specified
	Image = "docker.pkg.github.com/micro/services"
	// Source where we get services from
	Source = "github.com/micro/services"
)

Functions

func Commands

func Commands(options ...micro.Option) []*cli.Command

func Flags

func Flags() []cli.Flag

Flags is shared flags so we don't have to continually re-add

func Plugins

func Plugins() []plugin.Plugin

Plugins lists the runtime plugins

func Register

func Register(pl plugin.Plugin) error

Register registers an runtime plugin

func Run

func Run(ctx *cli.Context, srvOpts ...micro.Option)

Run the runtime service

Types

This section is empty.

Directories

Path Synopsis
Package profile is for specific profiles @todo this package is the definition of cruft and should be rewritten in a more elegant way
Package profile is for specific profiles @todo this package is the definition of cruft and should be rewritten in a more elegant way
Package scheduler is a file server notifer
Package scheduler is a file server notifer

Jump to

Keyboard shortcuts

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