Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + type AppQueryService struct + func NewAppQueryService(appConfig *appv1alpha1.Config) *AppQueryService + func (a *AppQueryService) Config(context.Context, *appv1alpha1.QueryConfigRequest) (*appv1alpha1.QueryConfigResponse, error) + type AutoCLIQueryService struct + func NewAutoCLIQueryService(appModules map[string]interface{}) *AutoCLIQueryService + func (a AutoCLIQueryService) AppOptions(context.Context, *autocliv1.AppOptionsRequest) (*autocliv1.AppOptionsResponse, error) + type ReflectionService struct + func NewReflectionService() (*ReflectionService, error) + func (r ReflectionService) FileDescriptors(_ context.Context, _ *reflectionv1.FileDescriptorsRequest) (*reflectionv1.FileDescriptorsResponse, error)