gh-service

command module
v0.0.0-...-81ff50b Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2017 License: MIT Imports: 10 Imported by: 0

README

Stories in Ready

Github Service

This is a microservice for the infrastructure as a service environment.

Development

This uses godep as to manage the project dependencies, to install it go get the package using go get github.com/tools/godep. Then move to the project directory and use godep restore, if a new dependency is added use godep save.

Configuration

A configuration file must be provided, the default route for the file is located at /etc/gh-service.conf, the template is the next:

  ---
  clientID: clientfromprovider
  clientSecret: secretfromprovider
  port: 1000
  salt: somesalt
  apihost: http://apihost.example
  scopes:
  - "user:email"
  - repo

The default path can be override using the flag --conf.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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