package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jun 28, 2017
License: MIT
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LATEST_RELEASE = "https://api.github.com/repos/fadion/steer/releases/latest"
ASSET_URL = "https://api.github.com/repos/fadion/steer/releases/assets/%d"
FILE_FLAGS = os.O_RDWR | os.O_CREATE | os.O_TRUNC
)
Deploy file changes to the server.
Create a template configuration file.
Sync the remote revision.
Sync the remote revision.
type Asset struct {
Id int `json:"id"`
Name string `json:"name"`
}
A release asset.
type Release struct {
Version string `json:"tag_name"`
Assets []Asset `json:"assets"`
Description string `json:"body"`
}
A GitHub release.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.