Documentation ¶
Overview ¶
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Variables
- func Execute()
- func FindFile(dir string, prefix string, suffix string, extensions []string, ...) (cmdFilePath string, err error)
- func LinkFiles(curViper *viper.Viper, bakupName string)
- func RestoreBackupFiles()
- func Unuse()
- type BackupFileInfo
- type LinuxInfo
- type SSHKeyInfo
- type ToLink
- type TokenInfo
- type TokenPayload
- type TplInfo
- type UserInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var LINUX_EXTENSIONS []string
Functions ¶
func RestoreBackupFiles ¶
func RestoreBackupFiles()
Types ¶
type BackupFileInfo ¶
used by use and unuse
type SSHKeyInfo ¶
type SSHKeyInfo struct {
Id int `json:"id"`
}
type TokenPayload ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.