cchat/repository
diamondburned 1460ee6b4b Allow IOMethods to be explicit disposers
This commit changes IOMethods and clarifies stop functions that they
will act as destructors or disposers for whatever interface that
implements the methods, and that both the backend and frontend should
free that interface when they're called.

This commit is added as part of the IPC protocol.
2021-01-13 16:17:55 -08:00
..
gob Allow IOMethods to be explicit disposers 2021-01-13 16:17:55 -08:00
comment.go Slightly cleaner generation structure 2021-01-08 19:55:35 -08:00
comment_test.go Added AuthenticateError 2020-10-27 13:33:52 -07:00
enum.go Clarified bitwise enum starting point; regenerate 2020-10-09 00:05:25 -07:00
interface.go Allow IOMethods to be explicit disposers 2021-01-13 16:17:55 -08:00
main.go Allow IOMethods to be explicit disposers 2021-01-13 16:17:55 -08:00
main_test.go Added AuthenticateError 2020-10-27 13:33:52 -07:00
repository.go Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
struct.go Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
type.go Repository changes; regenerated code 2020-09-27 18:41:17 -07:00