yaml

package
v0.1.0-dev.20260307214030 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package yaml provides YAML encoding and decoding for the operation graph.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	op.ProviderBase
}

Provider provides YAML encoding and decoding operations. +devlore:access=both

func (*Provider) Decode

func (p *Provider) Decode(data string) (any, error)

Decode parses a YAML string into a Go value.

func (*Provider) Encode

func (p *Provider) Encode(value any) (result string, err error)

Encode marshals a Go value to a YAML string.

Jump to

Keyboard shortcuts

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