Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleJsonParser ¶
type SimpleJsonParser[V proto.Message] struct { // Not "Url" to avoid a collision with the "Url" method. SyntaxUrl string SyntaxShortcut string }
func (*SimpleJsonParser[V]) Parse ¶
func (p *SimpleJsonParser[V]) Parse(ctx context.Context, env *schema.Environment, pl parsing.EarlyPackageLoader, loc pkggraph.Location, v *fncue.CueV) (proto.Message, error)
func (*SimpleJsonParser[V]) Shortcut ¶
func (p *SimpleJsonParser[V]) Shortcut() string
func (*SimpleJsonParser[V]) Url ¶
func (p *SimpleJsonParser[V]) Url() string
Click to show internal directories.
Click to hide internal directories.