type github.com/aws/aws-sdk-go/internal/ini.Token
29 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ast.go#L57: Root Token
ast.go#L69: func newASTWithRootToken(kind ASTKind, root Token, children ...AST) AST {
comma_token.go#L9: func newCommaToken() Token {
comment_token.go#L22: func newCommentToken(b []rune) (Token, int, error) {
expression.go#L8: func newExpression(tok Token) AST {
expression.go#L12: func newEqualExpr(left AST, tok Token) AST {
ini_lexer.go#L59: func (l *iniLexer) Tokenize(r io.Reader) ([]Token, error) {
ini_lexer.go#L68: func (l *iniLexer) tokenize(b []byte) ([]Token, error) {
ini_lexer.go#L73: tokens := make([]Token, tokenAmount)
ini_lexer.go#L140: type Token struct {
ini_lexer.go#L149: func newToken(t TokenType, raw []rune, v ValueType) Token {
ini_lexer.go#L150: return Token{
ini_lexer.go#L158: func (tok Token) Raw() []rune {
ini_lexer.go#L163: func (tok Token) Type() TokenType {
ini_parser.go#L137: func parse(tokens []Token) ([]AST, error) {
ini_parser.go#L148: var tok Token
literal_tokens.go#L198: func (v *Value) Append(tok Token) {
literal_tokens.go#L228: func newLitToken(b []rune) (Token, int, error) {
literal_tokens.go#L232: token := Token{}
newline_token.go#L19: func newNewlineToken(b []rune) (Token, int, error) {
op_tokens.go#L27: func newOpToken(b []rune) (Token, int, error) {
op_tokens.go#L28: tok := Token{}
sep_tokens.go#L29: func newSepToken(b []rune) (Token, int, error) {
sep_tokens.go#L30: tok := Token{}
skipper.go#L15: prevTok Token
skipper.go#L24: func (s *skipper) ShouldSkip(tok Token) bool {
statement.go#L9: func newSectionStatement(tok Token) AST {
statement.go#L23: func newCommentStatement(tok Token) AST {
ws_token.go#L15: func newWSToken(b []rune) (Token, int, error) {
 |
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. |