SYMBOL INDEX (28 symbols across 9 files) FILE: cmd/docker-cli-plugin-metadata.go function init (line 48) | func init() { FILE: cmd/pushrm.go function run (line 185) | func run(args []string) error { function init (line 364) | func init() { FILE: cmd/root.go function Execute (line 62) | func Execute() { function init (line 70) | func init() { function initConfig (line 112) | func initConfig() { FILE: main.go function main (line 32) | func main() { FILE: provider/dockerhub/dockerhub.go type Dockerhub (line 37) | type Dockerhub struct method Pushrm (line 41) | func (f Dockerhub) Pushrm(servername string, namespacename string, rep... method GetAuthident (line 59) | func (f Dockerhub) GetAuthident() (authident string) { function GetJwt (line 66) | func GetJwt(dockerUser string, dockerPasswd string) (jwt string, error e... function PatchDescription (line 123) | func PatchDescription(jwt string, readme string, namespacename string, r... FILE: provider/harbor2/harbor2.go type Harbor2 (line 37) | type Harbor2 struct method Pushrm (line 41) | func (f Harbor2) Pushrm(servername string, namespacename string, repon... method GetAuthident (line 59) | func (f Harbor2) GetAuthident() (authident string) { function PatchDescription (line 66) | func PatchDescription(dockerUser string, dockerPasswd string, readme str... FILE: provider/provider/provider.go type Provider (line 26) | type Provider interface FILE: provider/quay/quay.go type Quay (line 37) | type Quay struct method Pushrm (line 41) | func (f Quay) Pushrm(servername string, namespacename string, reponame... method GetAuthident (line 66) | func (f Quay) GetAuthident() (authident string) { function PatchDescription (line 73) | func PatchDescription(quaytoken string, readme string, servername string... FILE: util/util.go function BytesToString (line 42) | func BytesToString(b []byte) string { function StringInSlice (line 47) | func StringInSlice(checkval string, list []string) bool { function ReadFile (line 57) | func ReadFile(path string) (filecontent string, error error) { function GetApikey (line 68) | func GetApikey(servername string) (apikey string, error error) { function GetDockerCreds (line 98) | func GetDockerCreds(authident string, authidentIsFuzzy bool) (dockerUser... function QueryDockerCreds (line 127) | func QueryDockerCreds(authident string) (dockerUser string, dockerPasswd... function FindReadmeFile (line 191) | func FindReadmeFile() (foundfile string, error error) {