package
2.0.0+incompatible
Repository: https://github.com/phpstudyer/protoreflect.git
Documentation: pkg.go.dev
# Constants
CommentsAll indicates all kinds of comments.
CommentsDetached refers to comments that are not "attached" to any source element.
CommentsLeading refers to a comment block immediately preceding an element in the source file.
CommentsNonDoc refers to comments that are *not* doc comments.
CommentsTokens refers to any comments (leading, trailing, or detached) on low-level elements in the file.
CommentsTrailing refers to a comment block immediately following an element in the source file.
# Type aliases
CommentType is a kind of comments in a proto source file.