1
0
mirror of https://github.com/alm494/sql_proxy.git synced 2026-04-26 19:41:50 +02:00

added kardianos/service lic

This commit is contained in:
Almaz Sharipov
2025-10-02 09:04:39 +03:00
parent 89d53a5a8b
commit 2711b37c96
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PROJECT_NAME := sql-proxy
BUILD_VERSION := 1.3.1
BUILD_VERSION := 1.4.1
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
BUILD_DIR := build
GO_FILES := src/main.go
+2 -2
View File
@@ -40,13 +40,13 @@ Note that this service is not limited to 1C and can be utilized in other context
## API description
Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/api
Current API version is 1.3. See Swagger OpenAPI 3.0 specification in src/docs/api
![API overview](src/docs/api/swagger.png)
## How to compile
Current version is 1.3.1. Execute in the command line:
Current version is 1.4.1. Execute in the command line:
```
make prod
+2 -2
View File
@@ -45,13 +45,13 @@
## Описание API
Текущая версия API: 1.2. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api
Текущая версия API: 1.3. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api
![API overview](src/docs/api/swagger.png)
## Как скомпилировать
Номер текущей версии: 1.3.1. Выполнить в командной строке:
Номер текущей версии: 1.4.1. Выполнить в командной строке:
```
make prod
+24
View File
@@ -1358,3 +1358,27 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/////////////////////////////////////////////
// github.com/kardianos/service
/////////////////////////////////////////////
Copyright (c) 2015 Daniel Theophanes
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.