Documentation ¶
Index ¶
- Variables
- type Service
- func (s Service) ListComponents(ctx context.Context, req *terrariumpb.ListComponentsRequest) (resp *terrariumpb.ListComponentsResponse, err error)
- func (s Service) ListDependencies(ctx context.Context, req *terrariumpb.ListDependenciesRequest) (resp *terrariumpb.ListDependenciesResponse, err error)
- func (s Service) ListModuleAttributes(ctx context.Context, req *terrariumpb.ListModuleAttributesRequest) (*terrariumpb.ListModuleAttributesResponse, error)
- func (s Service) ListModules(ctx context.Context, req *terrariumpb.ListModulesRequest) (resp *terrariumpb.ListModulesResponse, err error)
- func (s Service) ListPlatforms(ctx context.Context, req *terrariumpb.ListPlatformsRequest) (resp *terrariumpb.ListPlatformsResponse, err error)
- func (s Service) ListTaxonomy(ctx context.Context, req *terrariumpb.ListTaxonomyRequest) (resp *terrariumpb.ListTaxonomyResponse, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidRequest = status.Error(codes.InvalidArgument, "mappings cannot be populated with page size > 100")
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) ListComponents ¶
func (s Service) ListComponents(ctx context.Context, req *terrariumpb.ListComponentsRequest) (resp *terrariumpb.ListComponentsResponse, err error)
func (Service) ListDependencies ¶
func (s Service) ListDependencies(ctx context.Context, req *terrariumpb.ListDependenciesRequest) (resp *terrariumpb.ListDependenciesResponse, err error)
func (Service) ListModuleAttributes ¶
func (s Service) ListModuleAttributes(ctx context.Context, req *terrariumpb.ListModuleAttributesRequest) (*terrariumpb.ListModuleAttributesResponse, error)
func (Service) ListModules ¶
func (s Service) ListModules(ctx context.Context, req *terrariumpb.ListModulesRequest) (resp *terrariumpb.ListModulesResponse, err error)
func (Service) ListPlatforms ¶
func (s Service) ListPlatforms(ctx context.Context, req *terrariumpb.ListPlatformsRequest) (resp *terrariumpb.ListPlatformsResponse, err error)
func (Service) ListTaxonomy ¶
func (s Service) ListTaxonomy(ctx context.Context, req *terrariumpb.ListTaxonomyRequest) (resp *terrariumpb.ListTaxonomyResponse, err error)
Click to show internal directories.
Click to hide internal directories.