Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + type Client struct + Path string + func NewClient() *Client + func (c *Client) Close() error + func (c *Client) DomainService() domain.Service + func (c *Client) FileService() *FileService + func (c *Client) Open() error + type FileService struct + func (s *FileService) File(fileKey string) (*filer.File, error) + func (s *FileService) InsertFile(file *filer.File) error + func (s *FileService) IsFileKeyExisted(fileKey string) bool