overlay

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: BSD-3-Clause, MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(ctx context.Context) (string, error)

func OverlayPath added in v0.3.0

func OverlayPath(ctx context.Context) (string, error)

func OverlayRootDir added in v0.3.0

func OverlayRootDir(ctx context.Context) (string, error)

Types

type Definition added in v0.3.0

type Definition struct {
	PkgPath   string
	Functions []*Function
	Template  string
}

type Function added in v0.3.0

type Function struct {
	Name   string
	Method *Method
}

type Method added in v0.3.0

type Method struct {
	Type    string
	Name    string
	Pointer bool
}

type Overlay added in v0.3.0

type Overlay struct {
	Replace map[string]string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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