Documentation ¶
Overview ¶
Copyright © 2022 Bronco Oostermeyer <dev@bfv.io>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright © 2022 Bronco Oostermeyer <dev@bfv.io>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentSession ¶ added in v1.1.1
type AgentSession struct { SessionId int `json:"SessionId"` SessionState string `json:"SessionState"` StartTime string `json:"StartTime"` EndTime string `json:"EndTime"` ThreadId int `json:"ThreadId"` ConnectionId int `json:"ConnectionId"` SessionExternalState int `json:"SessionExternalState"` SessionMemory int `json:"SessionMemory"` }
type AgentSessionsReponse ¶ added in v1.1.1
type AgentSessionsReponse struct {
AgentsSessions []AgentSession `json:"AgentSession"`
}
type AgentsResponse ¶
type AgentsResponse struct {
Agents []Agent `json:"agents"`
}
type Application ¶
type ApplicationResponse ¶
type ApplicationResponse struct {
Applications []Application `json:"Application"`
}
type GitRelease ¶ added in v0.4.0
type GitReleases ¶ added in v0.4.0
type GitReleases []GitRelease