()
| 558 | } |
| 559 | |
| 560 | func (g *GraphQLHealthStore) up() { |
| 561 | g.v.Store(GraphQLHealth{Healthy: true, StatusMsg: "up"}) |
| 562 | } |
| 563 | |
| 564 | func (g *GraphQLHealthStore) updatingSchema() { |
| 565 | g.v.Store(GraphQLHealth{Healthy: true, StatusMsg: "updating schema"}) |
no test coverage detected