SYMBOL INDEX (34 symbols across 11 files) FILE: controllers/project.go type ProjectController (line 13) | type ProjectController struct method Add (line 17) | func (obj *ProjectController) Add() { method Delete (line 32) | func (obj *ProjectController) Delete() { method Update (line 45) | func (obj *ProjectController) Update() { method Get (line 61) | func (obj *ProjectController) Get() { method GetList (line 73) | func (obj *ProjectController) GetList() { method WebHook (line 80) | func (obj *ProjectController) WebHook() { FILE: init/init.go function init (line 10) | func init() { FILE: main.go function main (line 9) | func main() { FILE: models/build.go type Build (line 16) | type Build struct type BuildConfig (line 24) | type BuildConfig struct function NewBuild (line 31) | func NewBuild(project *Project) { function getBuildPath (line 133) | func getBuildPath(project *Project, build *Build) (string) { function RunScript (line 139) | func RunScript(result bytes.Buffer, cmdList []*exec.Cmd) (error) { function getFileData (line 151) | func getFileData(project *Project, build *Build) ([]byte, error) { function saveBuild (line 160) | func saveBuild(build *Build, status bool, err error, result bytes.Buffer) { FILE: models/github_hook.go type GithubHook (line 4) | type GithubHook struct FILE: models/gitlab_hook.go type GitlabHook (line 4) | type GitlabHook struct type GitlabProject (line 11) | type GitlabProject struct FILE: models/models.go function init (line 10) | func init() { FILE: models/project.go type Project (line 14) | type Project struct method Add (line 28) | func (obj *Project) Add() (string, error) { method Delete (line 51) | func (obj *Project) Delete() error { method Update (line 62) | func (obj *Project) Update() error { method Get (line 73) | func (obj *Project) Get() error { function GetList (line 85) | func GetList(page int, pageSize int) []*Project { function GetWorkSpacePath (line 93) | func GetWorkSpacePath(project *Project) string { FILE: routers/router.go function init (line 9) | func init() { FILE: test/normal_test.go function Test_NormalTest (line 7) | func Test_NormalTest(t *testing.T) { FILE: utils/return_struct.go type RenderStruct (line 3) | type RenderStruct struct function GetSuccessRender (line 9) | func GetSuccessRender(list interface{}) (*RenderStruct) { function GetErrorRender (line 20) | func GetErrorRender(message string, code int) (*RenderStruct) { function GetClientErrRender (line 28) | func GetClientErrRender() (*RenderStruct) { function GetServerErrRender (line 36) | func GetServerErrRender() (*RenderStruct) {