cchat/cmd/internal/cchat-generator
diamondburned 4ea6773527 Force ContainerMethod stop funcs
This commit breaks ContainerMethod to enforce explicit destructors. This
gives the frontend explicit control over when the container is
unsubscribed, but it also eases unsubscription implementations in the
backend.

With this new change, the backend can now add the container into a
global repository and unsubscribe from it explicitly from the callback.
2021-03-12 22:41:46 -08:00
..
genutils Regenerated code to adhere to codegen header 2020-10-04 14:33:57 -07:00
generate_enum.go Clarified bitwise enum starting point; regenerate 2020-10-09 00:05:25 -07:00
generate_interface.go Force ContainerMethod stop funcs 2021-03-12 22:41:46 -08:00
generate_struct.go Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
generate_type.go Added package empty 2020-10-03 14:31:38 -07:00
main.go Slightly cleaner generation structure 2021-01-08 19:55:35 -08:00