parameter

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Empty = Parameters{}

Functions

func New

func New() *p

Types

type Parameter

type Parameter struct {
	// Column represents a parameter name.
	Column string
	// Type represents a parameter go type.
	Type string
	// ThirdPkg represents a go type which is a third package or go built-in package.
	ThirdPkg string
}

Parameter represents an original description data for code generation structure info.

type Parameters

type Parameters []Parameter

Parameters returns the parameters.

Jump to

Keyboard shortcuts

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