Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 809 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 809 Bytes

Examples

The examples provided are opinionated and may not be a fit for you.

The code is not optimised and is only intended to present more concrete examples of various use cases.

Refresh an executing docker image

Build a static web server and refresh the existing executing static web server.

Generate Go web service code

Using a OpenAPI specification for a service, this example generates the server and type code. The example uses the rediops.json definition itself to generate the server code.