Skip to content

Commit

Permalink
fix function names, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkideal committed Aug 11, 2024
1 parent 9e87ec8 commit 6e2c2de
Show file tree
Hide file tree
Showing 11 changed files with 1,905 additions and 503 deletions.
4 changes: 2 additions & 2 deletions component/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ type Config struct {
UUID string `json:",omitempty"`

// Refs is the references to other components.
Refs types.Bytes `json:",omitempty"`
Refs types.RawObject `json:",omitempty"`

// Options is the configuration options for the component.
Options types.Bytes `json:",omitempty"`
Options types.RawObject `json:",omitempty"`

// TemplateUUID determines if the UUID should be templated.
// If not set, the default value is determined by the service.
Expand Down
Loading

0 comments on commit 6e2c2de

Please sign in to comment.