Documentation
¶
Index ¶
- type Agent
- func (Agent) CronReport(gp *core.Goploy) core.Response
- func (Agent) GetCronList(gp *core.Goploy) core.Response
- func (Agent) GetCronLogs(gp *core.Goploy) core.Response
- func (Agent) GetServerID(gp *core.Goploy) core.Response
- func (Agent) Report(gp *core.Goploy) core.Response
- func (a Agent) Routes() []core.Route
- type Controller
- type Cron
- type Deploy
- func (Deploy) Callback(gp *core.Goploy) core.Response
- func (Deploy) FileCompare(gp *core.Goploy) core.Response
- func (Deploy) FileDiff(gp *core.Goploy) core.Response
- func (Deploy) GetList(gp *core.Goploy) core.Response
- func (Deploy) GetPreview(gp *core.Goploy) core.Response
- func (Deploy) GetPublishTrace(gp *core.Goploy) core.Response
- func (Deploy) GetPublishTraceDetail(gp *core.Goploy) core.Response
- func (Deploy) GreyPublish(gp *core.Goploy) core.Response
- func (Deploy) ManageProcess(gp *core.Goploy) core.Response
- func (Deploy) Publish(gp *core.Goploy) core.Response
- func (Deploy) Rebuild(gp *core.Goploy) core.Response
- func (Deploy) ResetState(gp *core.Goploy) core.Response
- func (Deploy) Review(gp *core.Goploy) core.Response
- func (d Deploy) Routes() []core.Route
- func (Deploy) Webhook(gp *core.Goploy) core.Response
- type Log
- func (Log) GetLoginLogList(gp *core.Goploy) core.Response
- func (Log) GetLoginLogTotal(gp *core.Goploy) core.Response
- func (Log) GetOperationLogList(gp *core.Goploy) core.Response
- func (Log) GetOperationLogTotal(gp *core.Goploy) core.Response
- func (Log) GetPublishLogList(gp *core.Goploy) core.Response
- func (Log) GetPublishLogTotal(gp *core.Goploy) core.Response
- func (Log) GetSftpLogList(gp *core.Goploy) core.Response
- func (Log) GetSftpLogTotal(gp *core.Goploy) core.Response
- func (Log) GetTerminalLogList(gp *core.Goploy) core.Response
- func (Log) GetTerminalLogTotal(gp *core.Goploy) core.Response
- func (Log) GetTerminalRecord(gp *core.Goploy) core.Response
- func (l Log) Routes() []core.Route
- type Monitor
- func (Monitor) Add(gp *core.Goploy) core.Response
- func (Monitor) Check(gp *core.Goploy) core.Response
- func (Monitor) Edit(gp *core.Goploy) core.Response
- func (Monitor) GetList(gp *core.Goploy) core.Response
- func (Monitor) Remove(gp *core.Goploy) core.Response
- func (m Monitor) Routes() []core.Route
- func (Monitor) Toggle(gp *core.Goploy) core.Response
- type Namespace
- func (Namespace) Add(gp *core.Goploy) core.Response
- func (Namespace) AddUser(gp *core.Goploy) core.Response
- func (Namespace) Edit(gp *core.Goploy) core.Response
- func (Namespace) GetBindUserList(gp *core.Goploy) core.Response
- func (Namespace) GetList(gp *core.Goploy) core.Response
- func (Namespace) GetOption(gp *core.Goploy) core.Response
- func (Namespace) GetUserOption(gp *core.Goploy) core.Response
- func (Namespace) RemoveUser(gp *core.Goploy) core.Response
- func (n Namespace) Routes() []core.Route
- type Project
- func (Project) Add(gp *core.Goploy) core.Response
- func (Project) AddFile(gp *core.Goploy) core.Response
- func (Project) AddProcess(gp *core.Goploy) core.Response
- func (Project) AddTask(gp *core.Goploy) core.Response
- func (Project) DeleteProcess(gp *core.Goploy) core.Response
- func (Project) Edit(gp *core.Goploy) core.Response
- func (Project) EditFile(gp *core.Goploy) core.Response
- func (Project) EditProcess(gp *core.Goploy) core.Response
- func (Project) GetBindServerList(gp *core.Goploy) core.Response
- func (Project) GetBindUserList(gp *core.Goploy) core.Response
- func (Project) GetList(gp *core.Goploy) core.Response
- func (Project) GetProcessList(gp *core.Goploy) core.Response
- func (Project) GetProjectFileContent(gp *core.Goploy) core.Response
- func (Project) GetProjectFileList(gp *core.Goploy) core.Response
- func (Project) GetRemoteBranchList(gp *core.Goploy) core.Response
- func (Project) GetReposFileList(gp *core.Goploy) core.Response
- func (Project) GetReviewList(gp *core.Goploy) core.Response
- func (Project) GetTaskList(gp *core.Goploy) core.Response
- func (Project) PingRepos(gp *core.Goploy) core.Response
- func (Project) Remove(gp *core.Goploy) core.Response
- func (Project) RemoveFile(gp *core.Goploy) core.Response
- func (Project) RemoveTask(gp *core.Goploy) core.Response
- func (p Project) Routes() []core.Route
- func (Project) SetAutoDeploy(gp *core.Goploy) core.Response
- func (Project) UploadFile(gp *core.Goploy) core.Response
- type Repository
- type Role
- func (Role) Add(gp *core.Goploy) core.Response
- func (Role) ChangePermission(gp *core.Goploy) core.Response
- func (Role) Edit(gp *core.Goploy) core.Response
- func (Role) GetList(*core.Goploy) core.Response
- func (Role) GetOption(*core.Goploy) core.Response
- func (Role) GetPermissionBindings(gp *core.Goploy) core.Response
- func (Role) GetPermissionList(*core.Goploy) core.Response
- func (Role) Remove(gp *core.Goploy) core.Response
- func (r Role) Routes() []core.Route
- type Server
- func (s Server) Add(gp *core.Goploy) core.Response
- func (s Server) AddMonitor(gp *core.Goploy) core.Response
- func (Server) AddProcess(gp *core.Goploy) core.Response
- func (Server) Check(gp *core.Goploy) core.Response
- func (Server) DeleteFile(gp *core.Goploy) core.Response
- func (s Server) DeleteMonitor(gp *core.Goploy) core.Response
- func (Server) DeleteProcess(gp *core.Goploy) core.Response
- func (Server) DownloadFile(gp *core.Goploy) core.Response
- func (s Server) Edit(gp *core.Goploy) core.Response
- func (s Server) EditMonitor(gp *core.Goploy) core.Response
- func (Server) EditProcess(gp *core.Goploy) core.Response
- func (Server) ExecProcess(gp *core.Goploy) core.Response
- func (Server) GetAllMonitor(gp *core.Goploy) core.Response
- func (Server) GetList(gp *core.Goploy) core.Response
- func (Server) GetOption(gp *core.Goploy) core.Response
- func (Server) GetProcessList(gp *core.Goploy) core.Response
- func (Server) GetPublicKey(gp *core.Goploy) core.Response
- func (Server) GetRemoteCrontabList(gp *core.Goploy) core.Response
- func (Server) Import(gp *core.Goploy) core.Response
- func (Server) InstallAgent(gp *core.Goploy) core.Response
- func (Server) PreviewFile(gp *core.Goploy) core.Response
- func (Server) Report(gp *core.Goploy) core.Response
- func (s Server) Routes() []core.Route
- func (Server) Toggle(gp *core.Goploy) core.Response
- func (Server) TransferFile(gp *core.Goploy) core.Response
- func (Server) UploadFile(gp *core.Goploy) core.Response
- type User
- func (User) Add(gp *core.Goploy) core.Response
- func (User) ChangePassword(gp *core.Goploy) core.Response
- func (User) Edit(gp *core.Goploy) core.Response
- func (User) ExtLogin(gp *core.Goploy) core.Response
- func (User) GetList(gp *core.Goploy) core.Response
- func (User) GetOption(*core.Goploy) core.Response
- func (User) Info(gp *core.Goploy) core.Response
- func (User) Login(gp *core.Goploy) core.Response
- func (User) Remove(gp *core.Goploy) core.Response
- func (u User) Routes() []core.Route
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶ added in v1.3.7
type Agent Controller
type Deploy ¶
type Deploy Controller
func (Deploy) FileCompare ¶ added in v1.4.1
func (Deploy) GetPublishTrace ¶ added in v1.1.2
func (Deploy) GetPublishTraceDetail ¶ added in v1.1.2
func (Deploy) GreyPublish ¶ added in v1.0.6
func (Deploy) ManageProcess ¶ added in v1.4.4
type Log ¶ added in v1.4.6
type Log Controller
Log struct
func (Log) GetLoginLogList ¶ added in v1.4.6
func (Log) GetLoginLogTotal ¶ added in v1.4.6
func (Log) GetOperationLogList ¶ added in v1.11.0
func (Log) GetOperationLogTotal ¶ added in v1.11.0
func (Log) GetPublishLogList ¶ added in v1.4.6
func (Log) GetPublishLogTotal ¶ added in v1.4.6
func (Log) GetSftpLogList ¶ added in v1.4.6
func (Log) GetSftpLogTotal ¶ added in v1.4.6
func (Log) GetTerminalLogList ¶ added in v1.4.6
func (Log) GetTerminalLogTotal ¶ added in v1.4.6
func (Log) GetTerminalRecord ¶ added in v1.4.6
type Monitor ¶
type Monitor Controller
type Project ¶
type Project Controller
func (Project) AddProcess ¶ added in v1.4.4
func (Project) DeleteProcess ¶ added in v1.4.4
func (Project) EditProcess ¶ added in v1.4.4
func (Project) GetProcessList ¶ added in v1.4.4
func (Project) GetProjectFileContent ¶ added in v1.1.3
func (Project) GetProjectFileList ¶ added in v1.1.3
func (Project) GetRemoteBranchList ¶
func (Project) GetReposFileList ¶ added in v1.4.1
func (Project) GetReviewList ¶ added in v1.0.4
func (Project) RemoveFile ¶ added in v1.1.3
func (Project) SetAutoDeploy ¶ added in v1.0.2
type Repository ¶ added in v1.3.1
type Repository Controller
Repository struct
func (Repository) GetBranchList ¶ added in v1.3.1
func (Repository) GetBranchList(gp *core.Goploy) core.Response
func (Repository) GetCommitList ¶ added in v1.3.1
func (Repository) GetCommitList(gp *core.Goploy) core.Response
GetCommitList get latest 10 commit list
func (Repository) GetTagList ¶ added in v1.3.1
func (Repository) GetTagList(gp *core.Goploy) core.Response
func (Repository) Routes ¶ added in v1.4.3
func (r Repository) Routes() []core.Route
type Role ¶ added in v1.6.0
type Role Controller
func (Role) ChangePermission ¶ added in v1.6.0
func (Role) GetPermissionBindings ¶ added in v1.6.0
func (Role) GetPermissionList ¶ added in v1.6.0
type Server ¶
type Server Controller
Server struct
func (Server) AddMonitor ¶ added in v1.3.8
func (Server) DeleteMonitor ¶ added in v1.3.8
func (Server) DeleteProcess ¶ added in v1.10.0
func (Server) DownloadFile ¶ added in v1.3.6
func (Server) EditMonitor ¶ added in v1.3.8
func (Server) EditProcess ¶ added in v1.10.0
func (Server) ExecProcess ¶ added in v1.10.0
func (Server) GetAllMonitor ¶ added in v1.3.8
func (Server) GetProcessList ¶ added in v1.10.0
func (Server) GetPublicKey ¶ added in v1.2.1
func (Server) GetRemoteCrontabList ¶ added in v1.12.2
func (Server) InstallAgent ¶ added in v1.5.0
func (Server) PreviewFile ¶ added in v1.4.6
func (Server) TransferFile ¶ added in v1.12.0
type User ¶
type User Controller
Click to show internal directories.
Click to hide internal directories.