Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildSight ¶
type BuildSight interface {
Init(context.Context) error
Deinit(context.Context) error
Run(context.Context) error
}
func BuildSightNew ¶
func BuildSightNew(_ context.Context, cfg *BuildSightConfig) BuildSight
type BuildSightConfig ¶
func DefaultBuildSightConfig ¶
func DefaultBuildSightConfig() *BuildSightConfig
type CodeSight ¶
type CodeSight interface {
Init(context.Context) error
Deinit(context.Context) error
Run(context.Context) error
}
func CodeSightNew ¶
func CodeSightNew(_ context.Context, cfg *CodeSightConfig) CodeSight
type CodeSightConfig ¶
func DefaultCodeSightConfig ¶
func DefaultCodeSightConfig() *CodeSightConfig
type GptSight ¶
type GptSight interface {
Init(context.Context) error
Deinit(context.Context) error
Run(context.Context) error
}
func GptSightNew ¶
func GptSightNew(_ context.Context, cfg *GptSightConfig) GptSight
type GptSightConfig ¶
func DefaultGptSightConfig ¶
func DefaultGptSightConfig() *GptSightConfig
Click to show internal directories.
Click to hide internal directories.