mirror of
https://github.com/versity/versitygw.git
synced 2026-08-16 04:06:16 +00:00
8 lines
111 B
Go
8 lines
111 B
Go
//go:build cuobjclient_host
|
|
|
|
package main
|
|
|
|
func runModeLabel() string {
|
|
return "host-memory-cuobject-token"
|
|
}
|