Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func ReplaceCommands ¶
func SyncCommands ¶
Types ¶
type Configuration ¶
func (*Configuration) GetToken ¶
func (c *Configuration) GetToken() string
type FileFinder ¶
type FileFinder struct {
Path string
}
func NewFileFinder ¶
func NewFileFinder(path string) *FileFinder
func (*FileFinder) FindAndReplaceTemplateFiles ¶
func (finder *FileFinder) FindAndReplaceTemplateFiles()
type FileReader ¶
func NewFileReader ¶
func NewFileReader(filename string) (reader FileReader)
type FileScanner ¶
func NewFileScanner ¶
func NewFileScanner(filename string) *FileScanner
func (*FileScanner) ReadFile ¶
func (r *FileScanner) ReadFile() string
func (*FileScanner) Scan ¶
func (r *FileScanner) Scan() *FileScanner
type LineParseError ¶
type LineParseError struct {
Message string
}
func (*LineParseError) Error ¶
func (e *LineParseError) Error() string
type Replacer ¶
type Replacer struct {
Scanner *FileScanner
}
func NewReplacer ¶
func NewReplacer(scanner *FileScanner) *Replacer
func (*Replacer) ReplaceContentAndWriteFile ¶
func (r *Replacer) ReplaceContentAndWriteFile()
type Sender ¶
type Sender struct {
Config *Configuration
}
func NewSender ¶
func NewSender(configuration *Configuration) *Sender
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Godeps
|
|
|
_workspace/src/github.com/codegangsta/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
|
Package cli provides a minimal framework for creating and organizing command line Go applications. |
|
_workspace/src/gopkg.in/check.v1
Package check is a rich testing extension for Go's testing package.
|
Package check is a rich testing extension for Go's testing package. |
|
cmd
|
|
|
circle-env
command
|
Click to show internal directories.
Click to hide internal directories.