Skip to content

Commit f21b3c3

Browse files
committed
feat(deisctl): fixed code docs
1 parent dd812f3 commit f21b3c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

trireme/platform/platform.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ func rcFilter(data []byte, comp *Component, store storage.Storer) ([]byte, error
223223

224224
// RebuildDefs reads a set of files, rebuilds, and writes them.
225225
//
226+
// This is a utility for taking the published definitions and rewriting them
227+
// into customized definitions.
228+
//
226229
// To rebuild, this applies a finite set of hard-coded rules to transform
227230
// a source file via configuration directives into a destination.
228231
func RebuildDefs(src, dest string, comps []*Component, store storage.Storer) error {

0 commit comments

Comments
 (0)