nullables

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated from Pkl module `nullables`. DO NOT EDIT.

Code generated from Pkl module `nullables`. DO NOT EDIT.

Code generated from Pkl module `nullables`. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyClass

type MyClass struct {
	Prop *string `pkl:"prop"`
}

type Nullables

type Nullables struct {
	Res0 *string `pkl:"res0"`

	Res1 *string `pkl:"res1"`

	Res2 *int `pkl:"res2"`

	Res3 *int `pkl:"res3"`

	Res4 *int8 `pkl:"res4"`

	Res5 *int8 `pkl:"res5"`

	Res6 *int16 `pkl:"res6"`

	Res7 *int16 `pkl:"res7"`

	Res8 *int32 `pkl:"res8"`

	Res9 *int32 `pkl:"res9"`

	Res10 *uint `pkl:"res10"`

	Res11 *uint `pkl:"res11"`

	Res12 *uint8 `pkl:"res12"`

	Res13 *uint8 `pkl:"res13"`

	Res14 *uint16 `pkl:"res14"`

	Res15 *uint16 `pkl:"res15"`

	Res16 *uint32 `pkl:"res16"`

	Res17 *uint32 `pkl:"res17"`

	Res18 *float64 `pkl:"res18"`

	Res19 *float64 `pkl:"res19"`

	Res20 *bool `pkl:"res20"`

	Res21 *bool `pkl:"res21"`

	Res22 *map[string]string `pkl:"res22"`

	Res23 *map[string]string `pkl:"res23"`

	Res25 *map[*string]*string `pkl:"res25"`

	Res26 *[]*int `pkl:"res26"`

	Res27 *[]*int `pkl:"res27"`

	Res28 *MyClass `pkl:"res28"`

	Res29 *MyClass `pkl:"res29"`

	Res30 *MyClass `pkl:"res30"`
}

func Load

func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (*Nullables, error)

Load loads the pkl module at the given source and evaluates it with the given evaluator into a Nullables

func LoadFromPath

func LoadFromPath(ctx context.Context, path string) (ret *Nullables, err error)

LoadFromPath loads the pkl module at the given path and evaluates it into a Nullables

Jump to

Keyboard shortcuts

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