vfsoptions

package
v0.3.34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

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

type VfsOptionsAuth struct {
	User     string `json:"user"`
	Password string `json:"pass"`
	Key      string `json:"key"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL