Post details
You can even make your business logic protocol agnostic. import business_logic do_something func handler(random protocol) { data := unpack(random) do_something(data) }Post details
How you chose to package and deploy your application should have no impact on your application's core business logic.
Kelsey Hightower (@kelseyhightower)Sun, 15 Jan 2023 17:50 GMT
Kelsey Hightower (@kelseyhightower)Sun, 15 Jan 2023 18:03 GMT