add document state transformer interface
This commit is contained in:
parent
f1a56b0968
commit
7440fc2610
@ -48,7 +48,7 @@ func (s StringContentReadWriter) ContentReaderStream() (*transport.Reader, error
|
|||||||
return r.(*transport.Reader), e
|
return r.(*transport.Reader), e
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s StringContentReadWriter) Apply() error { return nil }
|
func (s StringContentReadWriter) Apply(string) error { return nil }
|
||||||
func (s StringContentReadWriter) Clone() data.Declaration { return nil }
|
func (s StringContentReadWriter) Clone() data.Declaration { return nil }
|
||||||
func (s StringContentReadWriter) Load(docData []byte, f codec.Format) (err error) { return }
|
func (s StringContentReadWriter) Load(docData []byte, f codec.Format) (err error) { return }
|
||||||
func (s StringContentReadWriter) LoadReader(r io.ReadCloser, f codec.Format) (err error) { return }
|
func (s StringContentReadWriter) LoadReader(r io.ReadCloser, f codec.Format) (err error) { return }
|
||||||
|
Loading…
Reference in New Issue
Block a user