yaml

package
v0.1.0-dev.20260301204145 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2026 License: MIT Imports: 2 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{}

Provider provides YAML encoding and decoding operations.

+devlore:access=immediate

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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