resources

package
v0.0.0-...-649a59b Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListResourceDetailToString

func ListResourceDetailToString(resourcesDetails []*ResourceDetail) string

Types

type ResourceDetail

type ResourceDetail struct {
	Path       string                 `json:"path"`
	Distance   int                    `json:"distance"`
	StubType   string                 `json:"stubType"`
	Properties map[string]interface{} `json:"properties"`
	CheckSum   string                 `json:"checkSum"`
}

func (*ResourceDetail) ParseSelfFromJson

func (rd *ResourceDetail) ParseSelfFromJson(valueBytes []byte)

func (*ResourceDetail) ToString

func (rd *ResourceDetail) ToString() string

type Resources

type Resources struct {
	ResourceDetails []*ResourceDetail `json:"resourceDetails"`
}

func (*Resources) ParseSelfFromJson

func (r *Resources) ParseSelfFromJson(valueBytes []byte)

func (*Resources) ToString

func (r *Resources) ToString() string

Jump to

Keyboard shortcuts

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