MCPcopy Index your code
hub / github.com/coder/coder / AllCryptoKeyFeatureValues

Function AllCryptoKeyFeatureValues

coderd/database/models.go:1908–1915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1906}
1907
1908func AllCryptoKeyFeatureValues() []CryptoKeyFeature {
1909 return []CryptoKeyFeature{
1910 CryptoKeyFeatureWorkspaceAppsToken,
1911 CryptoKeyFeatureWorkspaceAppsAPIKey,
1912 CryptoKeyFeatureOIDCConvert,
1913 CryptoKeyFeatureTailnetResume,
1914 }
1915}
1916
1917type DisplayApp string
1918

Callers 4

TestRotatorFunction · 0.92
Test_rotateKeysFunction · 0.92
StartRotatorFunction · 0.92

Calls

no outgoing calls

Tested by 3

TestRotatorFunction · 0.74
Test_rotateKeysFunction · 0.74