auth

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const BINTRAY_API_URL = "https://bintray.com/api/v1/"
View Source
const BINTRAY_DOWNLOAD_SERVER_URL = "https://dl.bintray.com/"

Variables

This section is empty.

Functions

This section is empty.

Types

type BintrayDetails

type BintrayDetails interface {
	GetApiUrl() string
	GetDownloadServerUrl() string
	GetUser() string
	GetKey() string
	GetDefPackageLicense() string

	SetApiUrl(apiUrl string)
	SetDownloadServerUrl(downloadUrl string)
	SetUser(user string)
	SetKey(key string)
	SetDefPackageLicense(license string)

	CreateHttpClientDetails() httputils.HttpClientDetails

	Marshal() ([]byte, error)
}

func NewBintrayDetails

func NewBintrayDetails() BintrayDetails

Jump to

Keyboard shortcuts

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