package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
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
¶
type Config struct {
Src Source `toml:"source"`
Dst Destination `toml:"destination"`
}
type Destination struct {
P4Port string `toml:"p4port"`
P4User string `toml:"p4user"`
P4Charset string `toml:"p4charset"`
ClientName string `toml:"new_client_name"`
ClientRoot string `toml:"new_client_root"`
ClientStream string `toml:"new_client_stream"`
}
type Source struct {
P4Port string `toml:"p4port"`
P4User string `toml:"p4user"`
P4Charset string `toml:"p4charset"`
P4Client string `toml:"p4client"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.