mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
8 lines
262 B
Go
8 lines
262 B
Go
package clientinfo
|
|
|
|
import "github.com/Control-D-Inc/ctrld"
|
|
|
|
// clientInfoFiles specifies client info files and how to read them on supported platforms.
|
|
// TODO: cleanup this after server support removal.
|
|
var clientInfoFiles = map[string]ctrld.LeaseFileFormat{}
|