Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Expose bool as supported type in func SupportedTypes()
Browse files Browse the repository at this point in the history
  • Loading branch information
IzabellaRaulin committed Nov 12, 2015
1 parent 479bc89 commit c1ccbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ctypes/ctypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ func SupportedTypes() []string {
ConfigValueInt{}.Type(),
// Float
ConfigValueFloat{}.Type(),
// Bool
ConfigValueBool{}.Type(),
}
return t
}

0 comments on commit c1ccbd1

Please sign in to comment.