Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VfsOptions ¶
type VfsOptions struct { Location string `json:"location"` Auth *VfsOptionsAuth `json:"auth"` }
func Create ¶
func Create(args ...any) (response *VfsOptions)
func (*VfsOptions) Map ¶
func (instance *VfsOptions) Map() map[string]interface{}
func (*VfsOptions) Schema ¶
func (instance *VfsOptions) Schema() string
func (*VfsOptions) SplitLocation ¶
func (instance *VfsOptions) SplitLocation() (scheme, host string)
func (*VfsOptions) String ¶
func (instance *VfsOptions) String() string
func (*VfsOptions) UserName ¶
func (instance *VfsOptions) UserName() (response string)
type VfsOptionsAuth ¶
Click to show internal directories.
Click to hide internal directories.