googleapi

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSrvOptions

func GetSrvOptions(opts options.Options, serviceDescriptor protoreflect.ServiceDescriptor) *generator.Service

func SchemaWithPropertyAnnotations

func SchemaWithPropertyAnnotations(opts options.Options, schema *base.Schema, desc protoreflect.FieldDescriptor) *base.Schema

Types

type Token

type Token struct {
	Type  TokenType
	Value string
}

Token represents a lexical token.

func RunPathPatternLexer

func RunPathPatternLexer(input string) ([]Token, error)

RunPathPatternLexer takes an input string and returns a stream of tokens.

type TokenType

type TokenType string

TokenType represents the possible token types.

const (
	TokenSlash    TokenType = "SLASH"
	TokenColon    TokenType = "COLON"
	TokenLiteral  TokenType = "LITERAL"
	TokenVariable TokenType = "VARIABLE"
	TokenIdent    TokenType = "IDENT"
	TokenEOF      TokenType = "EOF"
)

Jump to

Keyboard shortcuts

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