Imports
- github.com/redis/go-redis/v9
- github.com/urfave/cli/v2
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
Imports in module “github.com/bqdanh/money_transfer”
- github.com/bqdanh/money_transfer/configs/server
- github.com/bqdanh/money_transfer/internal/adapters/distribute_lock
- github.com/bqdanh/money_transfer/internal/adapters/repository/accounts
- github.com/bqdanh/money_transfer/internal/adapters/repository/transactions
- github.com/bqdanh/money_transfer/internal/adapters/repository/users
- github.com/bqdanh/money_transfer/internal/adapters/server/grpc_server
- github.com/bqdanh/money_transfer/internal/adapters/server/grpc_server/accounts
- github.com/bqdanh/money_transfer/internal/adapters/server/grpc_server/transactions
- github.com/bqdanh/money_transfer/internal/adapters/server/grpc_server/users
- github.com/bqdanh/money_transfer/internal/adapters/server/grpc_server/utils/authentication_interceptor
- github.com/bqdanh/money_transfer/internal/adapters/server/http_gateway
- github.com/bqdanh/money_transfer/internal/adapters/server/http_gateway/accounts
- github.com/bqdanh/money_transfer/internal/adapters/server/http_gateway/monitor
- github.com/bqdanh/money_transfer/internal/adapters/server/http_gateway/transactions
- github.com/bqdanh/money_transfer/internal/adapters/server/http_gateway/users
- github.com/bqdanh/money_transfer/internal/adapters/sof_providers
- github.com/bqdanh/money_transfer/internal/adapters/user_token
- github.com/bqdanh/money_transfer/internal/adapters/username_pw_validator
- github.com/bqdanh/money_transfer/internal/applications/accounts/link_account
- github.com/bqdanh/money_transfer/internal/applications/authenticate/generate_user_token
- github.com/bqdanh/money_transfer/internal/applications/authenticate/login
- github.com/bqdanh/money_transfer/internal/applications/authenticate/validate_user_token
- github.com/bqdanh/money_transfer/internal/applications/transactions/deposit/create_transaction
- github.com/bqdanh/money_transfer/internal/applications/transactions/deposit/make_transaction
- github.com/bqdanh/money_transfer/internal/applications/transactions/deposit/process_transaction
- github.com/bqdanh/money_transfer/internal/applications/users/create_user
- github.com/bqdanh/money_transfer/internal/applications/users/validate_username_password
- github.com/bqdanh/money_transfer/pkg/database
- github.com/bqdanh/money_transfer/pkg/logger
- github.com/bqdanh/money_transfer/pkg/redis