Typofix
This commit is contained in:
parent
755d54a99d
commit
404034d85a
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/cache/cassandracache/cassandaracache.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/cache/cassandracache/cassandaracache.go
|
||||||
package cassandracache
|
package cassandracache
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/cache/twotiercache/twotiercache.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/cache/twotiercache/twotiercache.go
|
||||||
package twotiercache
|
package twotiercache
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/memory/inmemory/memory.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/memory/inmemory/memory.go
|
||||||
package inmemory
|
package inmemory
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/memory/inmemory/memory_test.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/memory/inmemory/memory_test.go
|
||||||
package inmemory
|
package inmemory
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/memory/redis/redis.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/memory/redis/redis.go
|
||||||
package redis
|
package redis
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/object/s3/config.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/object/s3/config.go
|
||||||
package s3
|
package s3
|
||||||
|
|
||||||
type S3ObjectStorageConfigurationProvider interface {
|
type S3ObjectStorageConfigurationProvider interface {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/object/s3/s3.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/object/s3/s3.go
|
||||||
package s3
|
package s3
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// monorepo/cloud/maplefileapps-backend/pkg/storage/object/s3/s3.go
|
// monorepo/cloud/maplefile-backend/pkg/storage/object/s3/s3.go
|
||||||
package s3
|
package s3
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue