Documentation ¶
Index ¶
- func Badge(w io.Writer, format string, badge *gitlab.Badge)
- func Badges(w io.Writer, format string, collection *gitlab.BadgeCollection)
- func Branch(w io.Writer, format string, branch *gitlab.Branch)
- func Branches(w io.Writer, format string, collection *gitlab.BranchCollection)
- func Commits(w io.Writer, format string, collection *gitlab.CommitCollection)
- func Environment(w io.Writer, format string, environment *gitlab.Environment)
- func Environments(w io.Writer, format string, collection *gitlab.EnvironmentCollection)
- func Group(w io.Writer, format string, group *gitlab.GroupWithDetails)
- func Groups(w io.Writer, format string, collection *gitlab.GroupCollection)
- func Hook(w io.Writer, format string, hook *gitlab.Hook)
- func Hooks(w io.Writer, format string, collection *gitlab.HookCollection)
- func Job(w io.Writer, format string, job *gitlab.Job)
- func Jobs(w io.Writer, format string, collection *gitlab.JobCollection, pretty bool)
- func Json(w io.Writer, v interface{})
- func Member(w io.Writer, format string, member *gitlab.Member)
- func Members(w io.Writer, format string, collection *gitlab.MemberCollection)
- func MergeRequest(w io.Writer, format string, mergeRequest *gitlab.MergeRequest)
- func MergeRequests(w io.Writer, format string, collection *gitlab.MergeRequestCollection)
- func Meta(meta *gitlab.ResponseMeta, withPagination bool)
- func MinimalCommits(w io.Writer, format string, collection *gitlab.MinimalCommitCollection)
- func Namespace(w io.Writer, format string, namespace *gitlab.Namespace)
- func Namespaces(w io.Writer, format string, collection *gitlab.NamespaceCollection)
- func Note(w io.Writer, format string, note *gitlab.Note)
- func Notes(w io.Writer, format string, collection *gitlab.NoteCollection)
- func Pipeline(w io.Writer, format string, pipeline *gitlab.PipelineWithDetails)
- func Pipelines(w io.Writer, format string, collection *gitlab.PipelineCollection)
- func Project(w io.Writer, format string, project *gitlab.Project, withStatistics bool)
- func Projects(w io.Writer, format string, collection *gitlab.ProjectCollection)
- func ProtectedBranches(w io.Writer, format string, protectedBranches []*gitlab.ProtectedBranch)
- func Runner(w io.Writer, format string, runner *gitlab.RunnerWithDetails)
- func Runners(w io.Writer, format string, collection *gitlab.RunnerCollection)
- func SshKeys(w io.Writer, format string, collection *gitlab.SshKeyCollection)
- func User(w io.Writer, format string, user *gitlab.User)
- func Users(w io.Writer, format string, collection *gitlab.UserCollection)
- func Variable(w io.Writer, format string, variable *gitlab.Variable)
- func Variables(w io.Writer, format string, collection *gitlab.VariableCollection)
- func Yaml(w io.Writer, v interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Environment ¶
func Environment(w io.Writer, format string, environment *gitlab.Environment)
func Environments ¶
func Environments(w io.Writer, format string, collection *gitlab.EnvironmentCollection)
func MergeRequest ¶
func MergeRequest(w io.Writer, format string, mergeRequest *gitlab.MergeRequest)
func MergeRequests ¶
func MergeRequests(w io.Writer, format string, collection *gitlab.MergeRequestCollection)
func Meta ¶
func Meta(meta *gitlab.ResponseMeta, withPagination bool)
func MinimalCommits ¶
func MinimalCommits(w io.Writer, format string, collection *gitlab.MinimalCommitCollection)
func Namespaces ¶
func Namespaces(w io.Writer, format string, collection *gitlab.NamespaceCollection)
func ProtectedBranches ¶
func ProtectedBranches(w io.Writer, format string, protectedBranches []*gitlab.ProtectedBranch)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.