Documentation
¶
Overview ¶
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrewFormula ¶
type PackageJSON ¶
type PackageJSON struct { Name string `json:"name"` Version string `json:"version"` Description string `json:"description"` Main string `json:"main"` Bin map[string]string `json:"bin"` Files []string `json:"files"` Keywords []string `json:"keywords"` Author string `json:"author"` License string `json:"license"` Homepage string `json:"homepage"` Repository Repository `json:"repository"` Os []string `json:"os"` CPU []string `json:"cpu"` Engines Engines `json:"engines"` }
type Releasable ¶
type Releasable interface {
Release()
}
type Repository ¶
Click to show internal directories.
Click to hide internal directories.