File: const.go

package info (click to toggle)
golang-github-go-webauthn-webauthn 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3
4
5
package webauthncose

const (
	keyCannotDisplay = "Cannot display key"
)