5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 18:22:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/AppLogDecryptionAlgorithmEnum.go

18 lines
486 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AppLogDecryptionAlgorithm undocumented
type AppLogDecryptionAlgorithm int
const (
// AppLogDecryptionAlgorithmVAes256 undocumented
AppLogDecryptionAlgorithmVAes256 AppLogDecryptionAlgorithm = 0
)
// AppLogDecryptionAlgorithmPAes256 returns a pointer to AppLogDecryptionAlgorithmVAes256
func AppLogDecryptionAlgorithmPAes256() *AppLogDecryptionAlgorithm {
v := AppLogDecryptionAlgorithmVAes256
return &v
}