repository

package
v0.0.0-...-9d78088 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentResult

type ContentResult struct {
	Key string
}

ContentResult struct

type ListBucketResult

type ListBucketResult struct {
	Contents []ContentResult
}

ListBucketResult struct

func ListBucketResultFromXML

func ListBucketResultFromXML(reader io.Reader) (*ListBucketResult, error)

ListBucketResultFromXML creates ListBucketResult from XML

type MartiniSecurityProvider

type MartiniSecurityProvider struct {
}

MartiniSecurityProvider struct

func (*MartiniSecurityProvider) GetURLs

func (t *MartiniSecurityProvider) GetURLs() ([]*url.URL, error)

GetURLs implements Provider interface

type Provider

type Provider interface {
	// GetURLs returns list of SHAKEN certificate repositories
	GetURLs() ([]*url.URL, error)
}

Provider interface

type Providers

type Providers []Provider

Providers is list of Provider

Jump to

Keyboard shortcuts

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