Discover Packages
git.stinnesbeck.com/go/jynx
ci
woodpecker
package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Aug 12, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Server struct {
Host string `json:"host"`
Token string `json:"token"`
}
NewServer returns a Server object for host
type Stats struct {
PendingJobs int `json:"woodpecker_pending_jobs"`
RunningJobs int `json:"woodpecker_running_jobs"`
IdlingWorkers int `json:"woodpecker_worker_count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.