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) {
1064 singleton Singleton member
609 type singleton struct { struct618 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
442 singleton Singleton member