ReadableWritable interface added
This commit is contained in:
parent
74717f3b79
commit
1bfc33e774
|
@ -94,3 +94,8 @@ type WritableClass interface {
|
|||
Class
|
||||
Writable
|
||||
}
|
||||
|
||||
type ReadableWritable interface {
|
||||
Readable
|
||||
Writable
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue