Documentation ¶
Index ¶
Constants ¶
View Source
const Name = `seaweedfs`
Variables ¶
View Source
var DefaultConfig = &Config{}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Scheme string Master string Filers []*FilerURL ChunkSize int64 Timeout time.Duration // TTL Time to live. // 3m: 3 minutes // 4h: 4 hours // 5d: 5 days // 6w: 6 weeks // 7M: 7 months // 8y: 8 years TTL string }
func (*Config) New ¶
func (c *Config) New() *goseaweedfs.Seaweed
type Seaweedfs ¶
type Seaweedfs struct { *filesystem.Filesystem // contains filtered or unexported fields }
func (*Seaweedfs) FixURLWithParams ¶
Click to show internal directories.
Click to hide internal directories.