parser

package
v0.0.0-...-8010d25 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser interface {
	GetDependentFilePaths(baseDirPath, mainIdlPath string) (string, []string, error) // Obtain string slices that rely on main idl
}

func NewParser

func NewParser(idlType int32) Parser

type ProtoParser

type ProtoParser struct{}

func NewProtoParser

func NewProtoParser() *ProtoParser

func (*ProtoParser) GetDependentFilePaths

func (*ProtoParser) GetDependentFilePaths(baseDirPath, mainIdlPath string) (string, []string, error)

type ThriftParser

type ThriftParser struct{}

func NewThriftParser

func NewThriftParser() *ThriftParser

func (*ThriftParser) GetDependentFilePaths

func (*ThriftParser) GetDependentFilePaths(baseDirPath, mainIdlPath string) (string, []string, error)

Jump to

Keyboard shortcuts

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