Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndpointsResolver ¶
func EndpointsResolver(path string) providers.EndpointsResolver
EndpointsResolver constructs a resource resolver for the given path
func FlowsResolver ¶
func FlowsResolver(path string) providers.FlowsResolver
FlowsResolver constructs a resource resolver for the given path
func SchemaResolver ¶
func SchemaResolver(path string) providers.SchemaResolver
SchemaResolver constructs a schema resolver for the given path
func ServicesResolver ¶
func ServicesResolver(path string) providers.ServicesResolver
ServicesResolver constructs a JSON service resolver for the given path.
Types ¶
type ErrPathNotFound ¶
type ErrPathNotFound struct { Path string // contains filtered or unexported fields }
ErrPathNotFound occurs when path cannot be resolved
func (ErrPathNotFound) Error ¶
func (e ErrPathNotFound) Error() string
Error returns a description of the given error as a string
func (ErrPathNotFound) Prettify ¶
func (e ErrPathNotFound) Prettify() prettyerr.Error
Prettify returns the prettified version of the given error
Click to show internal directories.
Click to hide internal directories.