id

package
v0.0.0-...-89828b6 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Provides identifiers for various API object types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class = string

type Enum

type Enum = string

type EnumItem

type EnumItem = string

type EnumItemID

type EnumItemID = struct {
	Enum     Enum
	EnumItem EnumItem
}

type Member

type Member = string

type MemberID

type MemberID = struct {
	Class  Class
	Member Member
}

type MemberType

type MemberType = string

type Type

type Type = string

type TypeCategory

type TypeCategory = string

type TypeID

type TypeID = struct {
	Category TypeCategory
	Type     Type
}

Jump to

Keyboard shortcuts

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