package
0.0.0-20240827105859-aac793cd300e
Repository: https://github.com/expgo/ag.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ParseAnnotationType converts a string to an AnnotationType.
ParseOrder converts a string to an Order.
# Constants
AnnotationTypeFunc is an AnnotationType of type func.
AnnotationTypeFuncField is an AnnotationType of type funcField.
AnnotationTypeFuncRecv is an AnnotationType of type funcRecv.
AnnotationTypeGlobal is an AnnotationType of type global.
AnnotationTypeType is an AnnotationType of type type.
OrderAboveNormal is an Order of type AboveNormal.
OrderBelowNormal is an Order of type BelowNormal.
OrderFirst is an Order of type First.
OrderHigh is an Order of type High.
OrderNormal is an Order of type Normal.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
@Enum {
global
type
func
funcRecv
funcField
}
*/.
No description provided by the author
Order
@Enum {
First = 0
High = 10
AboveNormal = 20
Normal = 30
BelowNormal = 40
}
*/.