The highest tagged major version is
v2 .
Discover Packages
github.com/koderover/zadig
pkg
microservice
aslan
core
code
client
package
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
OrgKind = "org"
GroupKind = "group"
UserKind = "user"
)
type Branch struct {
Name string `json:"name"`
Protected bool `json:"protected"`
Merged bool `json:"merged"`
}
type Namespace struct {
Name string `json:"name"`
Path string `json:"path"`
Kind string `json:"kind"`
ProjectUUID string `json:"project_uuid,omitempty"`
}
type Project struct {
ID int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
DefaultBranch string `json:"defaultBranch"`
Namespace string `json:"namespace"`
RepoUUID string `json:"repo_uuid,omitempty"`
RepoID string `json:"repo_id,omitempty"`
}
type PullRequest struct {
ID int `json:"id"`
TargetBranch string `json:"targetBranch"`
SourceBranch string `json:"sourceBranch"`
ProjectID int `json:"projectId"`
Title string `json:"title"`
State string `json:"state"`
CreatedAt int64 `json:"createdAt"`
UpdatedAt int64 `json:"updatedAt"`
AuthorUsername string `json:"authorUsername"`
Number int `json:"number"`
User string `json:"user"`
Base string `json:"base,omitempty"`
}
type Tag struct {
Name string `json:"name"`
ZipballURL string `json:"zipball_url"`
TarballURL string `json:"tarball_url"`
Message string `json:"message"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.