Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
	AuthPerHost        map[string]config.Headerer
	InsecureAllowHttp  bool
	TrustKeysFromHttps bool
	Ks                 *keystore.Keystore
	Debug              bool
}
    func (*Manager) AddKeys ¶
func (m *Manager) AddKeys(pkls []string, prefix string, accept AcceptOption, override OverrideOption) error
AddKeys adds the keys listed in pkls at prefix
type OverrideOption ¶
type OverrideOption int
const ( OverrideAllow OverrideOption = iota OverrideDeny )
 Click to show internal directories. 
   Click to hide internal directories.