Documentation ¶
Index ¶
- Variables
- func Execute()
- func IsValidUUID(u string) bool
- func NewComidCreateCmd() *cobra.Command
- func NewComidDisplayCmd() *cobra.Command
- func NewComidValidateCmd() *cobra.Command
- func NewCorimCreateCmd() *cobra.Command
- func NewCorimDisplayCmd() *cobra.Command
- func NewCorimExtractCmd() *cobra.Command
- func NewCorimSignCmd() *cobra.Command
- func NewCorimSubmitCmd(submitter ISubmitter) *cobra.Command
- func NewCorimVerifyCmd() *cobra.Command
- func NewCotsCreateCtsCmd() *cobra.Command
- func NewCotsDisplayCmd() *cobra.Command
- type ClientConfig
- type FromCBORLoader
- type ISubmitter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed testcases/psa-refval.cbor PSARefValCBOR []byte )
Functions ¶
func IsValidUUID ¶
func NewComidCreateCmd ¶
func NewComidDisplayCmd ¶
func NewComidValidateCmd ¶
func NewCorimCreateCmd ¶
func NewCorimDisplayCmd ¶
func NewCorimExtractCmd ¶
func NewCorimSignCmd ¶
func NewCorimSubmitCmd ¶
func NewCorimSubmitCmd(submitter ISubmitter) *cobra.Command
func NewCorimVerifyCmd ¶
func NewCotsCreateCtsCmd ¶
func NewCotsDisplayCmd ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct {
Auth auth.IAuthenticator
}
type FromCBORLoader ¶
Click to show internal directories.
Click to hide internal directories.