Lines Matching defs:katiInstall
2235 type katiInstall struct { struct
2236 from Path
2237 to InstallPath
2238 implicitDeps Paths
2239 orderOnlyDeps Paths
2240 executable bool
2241 extraFiles *extraFilesZip
2242 absFrom string
2255 func (k *katiInstall) ToGob() *katiInstallGob {
2267 func (k *katiInstall) FromGob(data *katiInstallGob) {
2277 func (k *katiInstall) GobEncode() ([]byte, error) {
2281 func (k *katiInstall) GobDecode(data []byte) error {