parser

package
v1.0.0-my-beta35 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapParams

func MapParams(paramStr string) map[string]string

Types

type Function

type Function struct {
	Name   string
	Params string
	Return string
}

func ParseFunctions

func ParseFunctions(s string) []*Function

type Method

type Method struct {
	Owner   string
	Pointer bool
	Name    string
	Params  string
	Return  string
}

func ParseMethods

func ParseMethods(s string) []*Method

Jump to

Keyboard shortcuts

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