ondemand

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const Namespace = "OnDemand"

Namespace "OnDemand"

Variables

This section is empty.

Functions

This section is empty.

Types

type Query

type Query struct {
	NodeID   graph.Identifier
	Resource interface{}
}

Query describes an ondemand query easyjson:json

func (Query) MarshalEasyJSON added in v0.26.0

func (v Query) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (Query) MarshalJSON added in v0.26.0

func (v Query) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*Query) UnmarshalEasyJSON added in v0.26.0

func (v *Query) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*Query) UnmarshalJSON added in v0.26.0

func (v *Query) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

type RawQuery

type RawQuery struct {
	NodeID   graph.Identifier
	Resource json.RawMessage
}

RawQuery describes a raw ondemand query easyjson:json

func (RawQuery) MarshalEasyJSON added in v0.26.0

func (v RawQuery) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (RawQuery) MarshalJSON added in v0.26.0

func (v RawQuery) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*RawQuery) UnmarshalEasyJSON added in v0.26.0

func (v *RawQuery) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*RawQuery) UnmarshalJSON added in v0.26.0

func (v *RawQuery) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

type Task

type Task = interface{}

Task describes the processing unit created by an ondemand

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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