Imports
- github.com/grpc-ecosystem/go-grpc-middleware/validator
- github.com/grpc-ecosystem/grpc-gateway/runtime
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
Imports in module “github.com/Journeyman150/note-service-api”
- github.com/Journeyman150/note-service-api/internal/app/api/note_v1
- github.com/Journeyman150/note-service-api/internal/config
- github.com/Journeyman150/note-service-api/internal/pkg/db
- github.com/Journeyman150/note-service-api/internal/pkg/db/transaction
- github.com/Journeyman150/note-service-api/internal/repository/log
- github.com/Journeyman150/note-service-api/internal/repository/note
- github.com/Journeyman150/note-service-api/internal/service/note
- github.com/Journeyman150/note-service-api/pkg/note_v1