forked from cerc-io/ipld-eth-server
8 lines
71 B
Go
8 lines
71 B
Go
|
package mfs
|
||
|
|
||
|
type Flags struct {
|
||
|
Read bool
|
||
|
Write bool
|
||
|
Sync bool
|
||
|
}
|