v1alpha1

package
v0.0.0-...-eb6ac32 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetadataResponse

type MetadataResponse struct {
	Data   []MetadataResultSuccess `json:"data,omitempty"`
	Errors []MetadataResultError   `json:"errors,omitempty"`
}

type MetadataResultError

type MetadataResultError struct {
	FilePath string `json:"filePath,omitempty"`
	Message  string `json:"message,omitempty"`
}

ResultError stores error data

type MetadataResultSuccess

type MetadataResultSuccess struct {
	FilePath string           `json:"filePath,omitempty"`
	Metadata *json.RawMessage `json:"metadata,omitempty"`
}

ResultSuccess stores success data

Jump to

Keyboard shortcuts

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