link

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	URL   string `json:"url"`
	Name  string `json:"name"`
	Extra string `json:"extra,omitempty"`
}

type Comp

type Comp struct {
	Base
}

type Docs

type Docs struct {
	Base
}
type Link struct {
	Docs    []Docs    `json:"docs"`
	Comp    []Comp    `json:"comp"`
	Uni     []Uni     `json:"uni"`
	Staging []Staging `json:"staging"`
}

func New

func New() (*Link, error)

type Staging

type Staging struct {
	Base
}

type Uni

type Uni struct {
	Base
}

Jump to

Keyboard shortcuts

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