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