update

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2019 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://micro.mu/update"
)

Functions

func NewNotifier

func NewNotifier(buildDate string) runtime.Notifier

NewNotifier 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