mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Adjust function name.
This commit is contained in:
parent
c25c9aff41
commit
d77f3120c3
|
@ -20,7 +20,7 @@ type FilerServer struct {
|
|||
filer filer.Filer
|
||||
}
|
||||
|
||||
func NewEmbeddedFilerServer(r *http.ServeMux, port int, master string, dir string, collection string,
|
||||
func NewFilerServer(r *http.ServeMux, port int, master string, dir string, collection string,
|
||||
replication string, redirectOnRead bool,
|
||||
cassandra_server string, cassandra_keyspace string,
|
||||
) (fs *FilerServer, err error) {
|
||||
|
|
Loading…
Reference in a new issue