package
0.0.0-20240414145403-26ca3435d9c0
Repository: https://github.com/rustamchuk/avito-banner-service.git
Documentation: pkg.go.dev

# README

Go API Server for openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To see how to make this your own, look here:

README

  • API version: 1.0.0
  • Build date: 2024-04-14T10:47:11.273532123Z[Etc/UTC]
  • Generator version: 7.5.0-SNAPSHOT

Running the server

To run the server, follow these simple steps:

go run main.go

To run the server in a docker container

docker build --network=host -t openapi .

Once image is built use

docker run --rm -it openapi

# Packages

No description provided by the author