package helpers
Import Path
gitlab.com/pcanilho/go-jira-cli/cmd/helpers (on go.dev )
Dependency Relation
imports 8 packages , and imported by 2 packages
Package-Level Type Names (total 2, both are exported)
/* sort exporteds by: alphabet | popularity */
type ChangeLog (struct)
Fields (only one, which is unexported )
/* one unexported ... */ /* one unexported: */
changes map[string ]*Change
Methods (total 4, all are exported )
(*T) AddChange (key, old, new string , serialise, print bool )
(*T) IsEmpty () bool
(*T) String () string
(*T) ToMap () map[string ]interface{}
Implements (at least 4, in which 1 are exported )
*T : fmt.Stringer
/* 3+ unexporteds ... */ /* 3+ unexporteds: */
*T : context.stringer
*T : os/signal.stringer
*T : runtime.stringer
As Outputs Of (at least 2, in which 1 are exported )
func NewChangeLog () *ChangeLog
/* at least one unexported ... */ /* at least one unexported: */
func gitlab.com/pcanilho/go-jira-cli/cmd.updateIssueAttributes (issue *jira .Issue ) ([]*internal .IssueAttachment , *ChangeLog , error )
The pages are generated with Golds v0.3.2 . (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds .