Move structs to core package

This commit is contained in:
TwinProduction
2019-09-06 20:25:31 -04:00
parent eea38c8618
commit ee479be716
6 changed files with 153 additions and 81 deletions

View File

@ -1,13 +1,12 @@
services:
- name: twinnation
url: https://twinnation.org/actuator/health
interval: 10
interval: 15
failure-threshold: 3
conditions:
- "$STATUS == 200"
- name: github
url: https://github.com
interval: 10
failure-threshold: 3
conditions:
- "$STATUS == 200"
- "$STATUS != 400"
- "$STATUS != 500"