runtime

package
v1.18.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2020 License: Apache-2.0 Imports: 24 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 = "Required usage: micro run github.com/my/service [--name service --version latest]"
	// KillUsage message for the kill command
	KillUsage = "Require usage: micro kill [service] [version]"
	// Getusage message for micro get command
	GetUsage = "Require usage: micro ps [service] [version]"
)

Variables

View Source
var (
	// Name of the runtime
	Name = "go.micro.runtime"
	// Address of the runtime
	Address = ":8088"
)

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 sidecar plugins

func Register

func Register(pl plugin.Plugin) error

Register registers an sidecar 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
Package profile is for specific profiles
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