mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 01:37:04 +08:00
adjust text
This commit is contained in:
parent
5847c5afff
commit
356bd1b629
@ -127,11 +127,11 @@ func (s3backendStorageFile S3BackendStorageFile) ReadAt(p []byte, off int64) (n
|
||||
}
|
||||
|
||||
func (s3backendStorageFile S3BackendStorageFile) WriteAt(p []byte, off int64) (n int, err error) {
|
||||
panic("implement me")
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (s3backendStorageFile S3BackendStorageFile) Truncate(off int64) error {
|
||||
panic("implement me")
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (s3backendStorageFile S3BackendStorageFile) Close() error {
|
||||
|
Loading…
Reference in New Issue
Block a user