protoresolv

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: MIT Imports: 9 Imported by: 2

README

Local proto file resolver for github.com/bufbuild/protocompile

Usage

importPaths := []string{"path/to/your/proto"}
r, _ := protoresolv.New(protoresolv.New(importPaths)
comp := protocompile.Compiler{
	Resolver: protocompile.WithStandardImports(r),
}
fds, _ := comp.Compile(ctx, r.Paths()...)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Resolver) error

func Proto

func Proto(protos ...string) Option

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

func New

func New(importPaths []string, opts ...Option) (*Resolver, error)

New creates a new resolver.

func (*Resolver) FindFileByPath

func (r *Resolver) FindFileByPath(path string) (protocompile.SearchResult, error)

func (*Resolver) Paths

func (r *Resolver) Paths() []string

Paths returns the paths of the file descriptor sets and sources.

Jump to

Keyboard shortcuts

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