Directories ¶ Show internal Expand all Path Synopsis cmd common command errgroup command gc command pool command micro conf-center/admin-api command conf-center/admin-api/config conf-center/admin-api/format conf-center/admin-api/handler conf-center/agent-api command conf-center/agent-api/config conf-center/agent-api/config/cache conf-center/agent-api/handler conf-center/client/example command conf-center/client/source conf-center/config-srv command conf-center/config-srv/broadcast conf-center/config-srv/broadcast/broker conf-center/config-srv/broadcast/database conf-center/config-srv/conf conf-center/config-srv/dao conf-center/config-srv/handler conf-center/config-srv/model conf-center/micro command conf-center/proto/config payment/client command payment/grpc command payment/server command proto/grpc proto/payment rpc/user-srv command rpc/user-srv/basic rpc/user-srv/basic/config rpc/user-srv/basic/db rpc/user-srv/handler rpc/user-srv/model rpc/user-srv/model/user rpc/user-srv/proto/user rpc/user-srv/subscriber rpc/user-web command rpc/user-web/basic rpc/user-web/basic/config rpc/user-web/handler rpc2/auth command rpc2/auth/basic rpc2/auth/basic/config rpc2/auth/basic/db rpc2/auth/handler rpc2/auth/model rpc2/auth/model/access rpc2/auth/proto/auth rpc2/basic rpc2/basic/common rpc2/basic/config rpc2/basic/db rpc2/basic/redis rpc2/inventory-srv command rpc2/inventory-srv/handler rpc2/inventory-srv/model rpc2/inventory-srv/model/inventory rpc2/inventory-srv/proto/inventory rpc2/orders-srv command rpc2/orders-srv/handler rpc2/orders-srv/model rpc2/orders-srv/model/order rpc2/orders-srv/proto/order rpc2/orders-srv/subscriber rpc2/orders-web command rpc2/orders-web/handler rpc2/payment-srv command rpc2/payment-srv/handler rpc2/payment-srv/model rpc2/payment-srv/model/payment rpc2/payment-srv/proto/payment rpc2/payment-web command rpc2/payment-web/handler rpc2/plugins/session rpc2/user-srv command rpc2/user-srv/basic rpc2/user-srv/basic/config rpc2/user-srv/basic/db rpc2/user-srv/handler rpc2/user-srv/model rpc2/user-srv/model/user rpc2/user-srv/proto/user rpc2/user-srv/subscriber rpc2/user-web command rpc2/user-web/basic rpc2/user-web/basic/config rpc2/user-web/handler rpc3/auth command rpc3/auth/handler rpc3/auth/model rpc3/auth/model/access rpc3/auth/proto/auth rpc3/basic rpc3/basic/common rpc3/basic/config rpc3/config-grpc-srv command rpc3/inventory-srv command rpc3/inventory-srv/handler rpc3/inventory-srv/model rpc3/inventory-srv/model/inventory rpc3/inventory-srv/proto/inventory rpc3/orders-srv command rpc3/orders-srv/handler rpc3/orders-srv/model rpc3/orders-srv/model/orders rpc3/orders-srv/proto/orders rpc3/orders-srv/subscriber rpc3/orders-web command rpc3/orders-web/handler rpc3/payment-srv command rpc3/payment-srv/handler rpc3/payment-srv/model rpc3/payment-srv/model/payment rpc3/payment-srv/proto/payment rpc3/payment-web command rpc3/payment-web/handler rpc3/plugins/db rpc3/plugins/jwt rpc3/plugins/redis rpc3/plugins/session rpc3/user-srv command rpc3/user-srv/handler rpc3/user-srv/model rpc3/user-srv/model/user rpc3/user-srv/proto/user rpc3/user-web command rpc3/user-web/handler rpc3/utils/slices rpc4/auth command rpc4/auth/handler rpc4/auth/model rpc4/auth/model/access rpc4/auth/plugin rpc4/auth/proto/auth rpc4/basic rpc4/basic/common rpc4/basic/config rpc4/config-grpc-srv command rpc4/inventory-srv command rpc4/inventory-srv/handler rpc4/inventory-srv/model rpc4/inventory-srv/model/inventory rpc4/inventory-srv/proto/inventory rpc4/orders-srv command rpc4/orders-srv/handler rpc4/orders-srv/model rpc4/orders-srv/model/orders rpc4/orders-srv/proto/orders rpc4/orders-srv/subscriber rpc4/orders-web command rpc4/orders-web/handler rpc4/payment-srv command rpc4/payment-srv/handler rpc4/payment-srv/model rpc4/payment-srv/model/payment rpc4/payment-srv/proto/payment rpc4/payment-web command rpc4/payment-web/handler rpc4/plugins/db rpc4/plugins/jwt rpc4/plugins/logger rpc4/plugins/redis rpc4/plugins/session rpc4/user-srv command rpc4/user-srv/handler rpc4/user-srv/model rpc4/user-srv/model/user rpc4/user-srv/plugin rpc4/user-srv/proto/user rpc4/user-web command rpc4/user-web/distributedlock command rpc4/user-web/handler rpc4/user-web/plugin rpc4/utils/slices rpc5/auth command rpc5/auth/handler rpc5/auth/model rpc5/auth/model/access rpc5/auth/model/redis rpc5/auth/proto/auth rpc5/basic/config rpc5/flag command rpc5/flag/micro-grpc/greeter/cli command rpc5/flag/micro-grpc/greeter/grpc-cli command rpc5/flag/micro-grpc/greeter/grpc-gateway command rpc5/flag/micro-grpc/greeter/srv command rpc5/flag/micro-grpc/proto/go/grpc-gw/greeter rpc5/flag/micro-grpc/proto/go/micro rpc5/flag/micro-grpc/proto/go/pure-grpc rpc5/flag/micro-grpc/proto/pb/gateway/greeter rpc5/micro command rpc5/plugins/db rpc5/plugins/jwt rpc5/plugins/logger rpc5/plugins/session rpc5/pub-sub/event command rpc5/pub-sub/meta command rpc5/pub-sub/meta/proto rpc5/pub-sub/nats command rpc5/pub-sub/nats/cli command rpc5/pub-sub/nats/srv command rpc5/pub-sub/nats/srv/proto/pubsub rpc5/pub-sub/server command rpc5/user-srv command rpc5/user-srv/handler rpc5/user-srv/model rpc5/user-srv/model/user rpc5/user-srv/plugin rpc5/user-srv/proto/user pattern 00-singleton 01-builder 02-facotry 03-abstract_factory 04-prototype 10-conposite 11-adapter 12-bridge 13-proxy 14-decorator 15-facade 16-flyweight 20-strategy 21-chain_of_responsability 22-command 23-template 24-memento 25-interpreter 26-visitor 27-state 28-mediator 29-observer 31-future_concurrency 32-pipeline_concurrency 33-thread_pool 33-thread_pool/pool 33-thread_pool/proto 33-thread_pool/util 34-publish_subscriber pool redis xorm cmd command Click to show internal directories. Click to hide internal directories.