Documentation
¶
Index ¶
Constants ¶
View Source
const Provider = "github_copilot"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (*Generator) Generate ¶
func (g *Generator) Generate(ctx context.Context, request generation.Request) (generation.Result, error)
func (*Generator) Models ¶
func (g *Generator) Models(ctx context.Context, query generation.ModelQuery) (generation.Catalog, error)
type GrantChecker ¶
type GrantChecker func(generation.Purpose) bool
Click to show internal directories.
Click to hide internal directories.