# micros **Repository Path**: restoflife/micros ## Basic Information - **Project Name**: micros - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, xorm, gorm, Redis, ElasticSearch ## README [![Security Status](https://www.murphysec.com/platform3/v31/badge/1717715010163703808.svg)](https://www.murphysec.com/console/report/1717715009912045568/1717715010163703808) # micro ``` . ├── README.md ├── gitconfig.sh ├── mkdir.bat ├── ql-docker │ ├── etcd │ │ └── data │ ├── go │ ├── mongo │ └── mysql │ ├── conf │ ├── data │ └── mysql-files ├── ql-gateway │ ├── cmd │ ├── command │ ├── conf │ ├── configs │ ├── internal │ │ ├── app │ │ ├── component │ │ │ ├── db │ │ │ ├── grpccli │ │ │ ├── log │ │ │ ├── mongo │ │ │ └── redis │ │ ├── constant │ │ ├── encoding │ │ ├── errutil │ │ ├── middleware │ │ ├── model │ │ │ └── auth │ │ ├── protocol │ │ └── service │ │ ├── auth │ │ ├── order │ │ └── user │ ├── log │ ├── router │ └── utils ├── ql-mp │ ├── cmd │ ├── command │ ├── conf │ ├── configs │ ├── internal │ │ ├── app │ │ ├── component │ │ │ ├── db │ │ │ ├── hold │ │ │ ├── log │ │ │ ├── mongo │ │ │ └── redis │ │ ├── constant │ │ ├── encoding │ │ ├── endpoint │ │ ├── errutil │ │ ├── middleware │ │ ├── model │ │ ├── protocol │ │ ├── service │ │ │ └── user │ │ └── transport │ ├── log │ ├── router │ └── utils ├── ql-order │ ├── cmd │ ├── command │ ├── conf │ ├── configs │ ├── internal │ │ ├── app │ │ ├── component │ │ │ ├── db │ │ │ ├── log │ │ │ ├── mongo │ │ │ └── redis │ │ ├── constant │ │ ├── encoding │ │ ├── endpoint │ │ │ └── order │ │ ├── errutil │ │ ├── model │ │ └── service │ │ └── order │ ├── log │ ├── transport │ │ └── order │ └── utils └── ql-protos ├── mp └── order .__ .__ ______ | | _____ |__| ___________ ____ / ____/ | | / \| |/ ___\_ __ \/ _ \ < <_| | | |__ | Y Y \ \ \___| | \( <_> ) \__ | |____/ |__|_| /__|\___ >__| \____/ |__| \/ \/ ```