comments

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter struct {
	Name    string
	Config  ConverterConfig
	Methods MethodMapping
}

func ParseDocs

func ParseDocs(pattern string) ([]Converter, error)

type ConverterConfig

type ConverterConfig struct {
	Name          string
	ExtendMethods []string
}

type Method

type Method struct {
	IgnoredFields map[string]struct{}
	NameMapping   map[string]string
}

type MethodMapping

type MethodMapping map[string]Method

Jump to

Keyboard shortcuts

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