Versions in this module Expand all Collapse all v1 v1.2.0 Aug 21, 2020 v1.1.3 Jun 29, 2020 Changes in this version + type Link struct + ID string + Name string + URL string + func (l *Link) ToCluster() *config.Cluster + type Linker struct + func New(baseClient *httpclient.Client, logger *logrus.Logger) *Linker + func (l *Linker) Link(link *Link) error + func (l *Linker) Links() ([]*Link, error) + func (l *Linker) Unlink(id string) error + type Links struct + Links []*Link + type LoginProvider struct + ID string + Type string