...

Text file src/go.einride.tech/aip/.backstage/aip-go.yaml

Documentation: go.einride.tech/aip/.backstage

     1apiVersion: backstage.io/v1alpha1
     2kind: Component
     3metadata:
     4  name: aip-go
     5  description: Go SDK for implementing gRPC APIs according to the AIP standard.
     6  links:
     7    - url: https://pkg.go.dev/go.einride.tech/aip
     8      title: GoDoc
     9      icon: docs
    10spec:
    11  type: go-library
    12  lifecycle: production
    13  owner: platform-engineering
    14  system: backend-sdk

View as plain text