mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue