...

Package roles

import "github.com/theupdateframework/go-tuf/internal/roles"
Overview
Index

Overview ▾

Variables

var TopLevelRoles = map[string]struct{}{
    "root":      {},
    "targets":   {},
    "snapshot":  {},
    "timestamp": {},
}

func IsDelegatedTargetsManifest

func IsDelegatedTargetsManifest(name string) bool

func IsDelegatedTargetsRole

func IsDelegatedTargetsRole(name string) bool

func IsTopLevelManifest

func IsTopLevelManifest(name string) bool

func IsTopLevelRole

func IsTopLevelRole(name string) bool

func IsVersionedManifest

func IsVersionedManifest(name string) bool