You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So today I was working on Labels and it turns out Labels can have Tests in its struct. Thats great however I am not sure how do that that since we have no top level Test type in the app... All tests actually should be part of this struct but I am not sure my Go is strong enough to know how to do that effectivly, since the tests struct would have to allow for a list of varying types ( ftp_server, dns_server, ect ect... ).. Do you have any strong opinions here ?
Also are you on Webex Teams or Discord by any chance ? or maybe we can setup Gitter for this repo to discuss?
The text was updated successfully, but these errors were encountered:
Gitter seems like a good idea, had never heard of it but looks easy to drop in and out of for coversation.
My first thought here would be a Test interface with Create, Update, Delete on it? Can update current tests to support that when we refactor the layout?
So today I was working on Labels and it turns out Labels can have
Tests
in its struct. Thats great however I am not sure how do that that since we have no top level Test type in the app... All tests actually should be part of this struct but I am not sure my Go is strong enough to know how to do that effectivly, since the tests struct would have to allow for a list of varying types ( ftp_server, dns_server, ect ect... ).. Do you have any strong opinions here ?Also are you on Webex Teams or Discord by any chance ? or maybe we can setup Gitter for this repo to discuss?
The text was updated successfully, but these errors were encountered: