package
Version:
v0.2.4
Opens a new window with list of versions in this module.
Published: Oct 12, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ConnectTimeout = 10
RequestTimeout = 10
Endpoint = "http://localhost/rpc/api"
AuthMethod = "auth.login"
SyncMethod = "configchannel.syncSaltFilesOnDisk"
)
type Client interface {
SyncConfigFiles(labels []string) (interface{}, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.