examples

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: MIT, MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

Types

type Credential

type Credential struct {
	Arx        string `json:"arx_url"`
	AccessKey  string `json:"access_key"`
	SigningKey string `json:"server_signing_key"`
	SecretKey  string `json:"server_secret_key"`
}

func LoadCredentials

func LoadCredentials(credentialFile string) ([]Credential, error)

type Credentials

type Credentials struct {
	Credentials []Credential `json:"credentials"`
}

Jump to

Keyboard shortcuts

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