type github.com/aws/aws-sdk-go/internal/ini.TokenType
16 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ini_lexer.go#L18: type TokenType int
ini_lexer.go#L20: func (t TokenType) String() string {
ini_lexer.go#L45: TokenNone = TokenType(iota)
ini_lexer.go#L141: t TokenType
ini_lexer.go#L149: func newToken(t TokenType, raw []rune, v ValueType) Token {
ini_lexer.go#L163: func (tok Token) Type() TokenType {
ini_parser.go#L39: var parseTable = map[ASTKind]map[TokenType]int{
ini_parser.go#L40: ASTKindStart: map[TokenType]int{
ini_parser.go#L48: ASTKindCommentStatement: map[TokenType]int{
ini_parser.go#L56: ASTKindExpr: map[TokenType]int{
ini_parser.go#L65: ASTKindEqualExpr: map[TokenType]int{
ini_parser.go#L70: ASTKindStatement: map[TokenType]int{
ini_parser.go#L78: ASTKindExprStatement: map[TokenType]int{
ini_parser.go#L88: ASTKindSectionStatement: map[TokenType]int{
ini_parser.go#L95: ASTKindCompletedSectionStatement: map[TokenType]int{
ini_parser.go#L103: ASTKindSkipStatement: map[TokenType]int{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |