update

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultTick defines how often we poll for updates
	DefaultTick = 1 * time.Minute
	// DefaultURL defines url to poll for updates
	DefaultURL = "https://go.micro.mu/update"
)

Functions

func NewScheduler

func NewScheduler(updateURL, buildDate string) runtime.Scheduler

NewScheduler returns new runtime notifier

Types

type Build

type Build struct {
	// Commit is git commit sha
	Commit string `json:"commit,omitempty"`
	// Image is Docker build timestamp
	Image string `json:"image"`
	// Release is micro release tag
	Release string `json:"release,omitempty"`
}

Build is service build

Jump to

Keyboard shortcuts

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