wings/api
Dane Everitt cc52954a2a
Refactor environment handling logic to separate a server from the environment handler itself
This change makes the environment handling logic execute independent of the server itself and should make it much easier for people to contribute changes and additional environment handlers down the road without polluting the server object even more.

There is still a lot of work to do on this front to make things easier to work with, and there are some questionable design decisions at play I'm sure.

Welcome to additional modifications and cleanup to make this code easier to reason about and work with.
2020-08-10 21:38:42 -07:00
..
api.go Don't cause a double stacktrace on certain errors 2020-06-22 20:51:41 -07:00
backup_endpoints.go Break out the backup functions of the daemon in prep for S3 support 2020-04-13 22:01:07 -07:00
process_configuration.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
server_endpoints.go Different implementation of multi-check for done 2020-08-04 21:29:43 -07:00
sftp_endpoints.go Update SFTP logic for authentication to avoid brute forces; replicates logic from #9 2020-07-02 21:03:11 -07:00