Searched defs:singleton (Results 1 – 4 of 4) sorted by relevance
64 type singleton struct { struct66 pre bool68 name string69 factory SingletonFactory80 func (s singleton) componentName() string {84 func (s singleton) register(ctx *Context) {
1001 singleton Singleton member
616 type singleton struct { struct625 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
394 singleton Singleton member