dataset

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseInfo

type BaseInfo struct {
	Projects     []site.WdkSite `json:"projects"`
	Owner        uint           `json:"owner"`
	Dependencies []Resource     `json:"dependencies,omitempty"`
}

func (*BaseInfo) Validate

func (b *BaseInfo) Validate() (out svc.ValidationResult)

type File

type File struct {
	File string `json:"file"`
	Name string `json:"name"`
	Size uint64 `json:"size"`
}

type Resource

type Resource struct {
	DisplayName string `json:"resourceDisplayName"`
	Version     string `json:"resourceVersion"`
	Identifier  string `json:"resourceIdentifier"`
}

func (*Resource) Validate

func (r *Resource) Validate() (out svc.ValidationResult)

Jump to

Keyboard shortcuts

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