package trust

import "github.com/docker/docker/trust"

Index

Types

type NotVerifiedError

type NotVerifiedError string

func (NotVerifiedError) Error

func (e NotVerifiedError) Error() string

type TrustStore

type TrustStore struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func NewTrustStore

func NewTrustStore(path string) (*TrustStore, error)

func (*TrustStore) CheckKey

func (t *TrustStore) CheckKey(ns string, key []byte, perm uint16) (bool, error)

func (*TrustStore) UpdateBase

func (t *TrustStore) UpdateBase()

Source Files

service.go trusts.go

Version
v1.8.0-rc1
Published
Jul 25, 2015
Platform
js/wasm
Imports
14 packages
Last checked
31 minutes ago

Tools for package owners.