(ctx context.Context)
| 127 | } |
| 128 | |
| 129 | func (srv *Server) getConfig(ctx context.Context) string { |
| 130 | value, _ := srv.db.GetConfig(ctx) |
| 131 | return value |
| 132 | } |
| 133 | |
| 134 | func (s *Server) correctUsage(ctx context.Context) error { |
| 135 | return s.db.InTx(func(tx Store) error { |
no test coverage detected