]> git.r.bdr.sh - rbdr/mobius/commit - hotline/file_store.go
Misc cleanup
authorJeff Halter <redacted>
Sat, 28 May 2022 18:35:50 +0000 (11:35 -0700)
committerJeff Halter <redacted>
Sat, 28 May 2022 18:35:50 +0000 (11:35 -0700)
commitaebc4d3647b9823ae8cbb57b21b1af83bfd011fb
tree6fa8871ec45654b68e6b018d6d06969d21b7278f
parentdecc2fbf5db4a05aec93462ad35d890930bddd04
Misc cleanup

* Removed some unnecessary user of pointers
* Removed dead cruft
* Reorganized code
18 files changed:
cmd/mobius-hotline-server/main.go
hotline/access.go
hotline/client.go
hotline/client_conn.go
hotline/client_conn_test.go
hotline/field.go
hotline/file_store.go
hotline/flattened_file_object.go
hotline/handshake.go [new file with mode: 0644]
hotline/news.go
hotline/server.go
hotline/server_blackbox_test.go
hotline/server_test.go
hotline/tracker.go
hotline/transaction_handlers.go
hotline/transaction_handlers_test.go
hotline/ui.go
hotline/user.go