Documentation
¶
Overview ¶
Package creds implements a Credentials structure to represent and store Pop credentials. It also provides functions to extract credentials from a VIMInstance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
Credentials to connect and authenticate with a Pop server.
func FromVIM ¶
func FromVIM(vimInstance *catalogue.VIMInstance) Credentials
FromVIM extracts pop credentials stored in a VIMInstance.
func (*Credentials) ToPop ¶
func (c *Credentials) ToPop() *pop.Credentials
ToPop converts the Credentials to a pop.Credentials instance.
Click to show internal directories.
Click to hide internal directories.