method

package
v0.13.4 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NameSourceType

type NameSourceType int
const (
	NameSourceUnknown NameSourceType = iota
	NameSourceHTTPJsonRPC
	NameSourceInternalDAO
	NameSourceCronJob
)

type ParsedName

type ParsedName struct {
	NameSource   NameSourceType
	FullName     string `json:"fullName"` // FullName = OrgName + ApiName
	OrgName      string `json:"orgName"`
	ApiName      string `json:"apiName"` // ApiName = EntityName + EntityMethod
	EntityName   string `json:"entityName"`
	EntityMethod string `json:"entityMethod"`
}

func ParseMethodName

func ParseMethodName(method string, ns NameSourceType) (*ParsedName, error)

Jump to

Keyboard shortcuts

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