stdlib

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Packages = []Package{}

Packages is a list of all the packages in the Gno standard library.

We use it to power live, in-editor intelisense such as:

- Hover tooltips - Autocomplete

The list is generated by the `/cmd/gen` command.

Functions

This section is empty.

Types

type Package

type Package struct {
	Name       string
	ImportPath string
	Symbols    []Symbol
}

type Symbol

type Symbol struct {
	Name      string
	Doc       string
	Signature string
	Kind      string
}

func (Symbol) String

func (s Symbol) String() string

Jump to

Keyboard shortcuts

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