Files
ctrld/internal/clientinfo/dhcp_lease_files.go
T
2026-04-30 19:19:18 +07:00

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{}