Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.12 KB

go interface parameters

Overview

This is a package for managing parameters to use go_interface more easily.

This package has 4 types of parameter set in each directory depending on purposes.

  • product directory
    • This is for on-demand delivery app in the production environment.
  • server_test directory
    • This is for on-demand delivery app in the staging environment.
  • local_test directory
    • This is a set of test parameter for on-demand delivery application that runs locally.
    • This is used as a criterion for test before go_interface is released as OSS.
  • not_use directory
    • When on-demand delivery is not required, this is set.

Parameters in these directories are same. Only their values are different from each directory.

Parameter details

See the parameter description for go_interface.

Extensibility of this package

This package is a template as a parameter configuration.

If you want to rewrite the values in this package and use it, fork this repository to create a new one.