...

Source file src/edge-infra.dev/pkg/edge/api/types/secretmanager.go

Documentation: edge-infra.dev/pkg/edge/api/types

     1  package types
     2  
     3  import "context"
     4  
     5  type SecretManagerFunc func(ctx context.Context, projectID string) (SecretManagerService, error)
     6  

View as plain text