Browse Source

Adjust function name.

pull/48/head
Chris Lu 10 years ago
parent
commit
d77f3120c3
  1. 2
      go/weed/weed_server/filer_server.go

2
go/weed/weed_server/filer_server.go

@ -20,7 +20,7 @@ type FilerServer struct {
filer filer.Filer 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, replication string, redirectOnRead bool,
cassandra_server string, cassandra_keyspace string, cassandra_server string, cassandra_keyspace string,
) (fs *FilerServer, err error) { ) (fs *FilerServer, err error) {

Loading…
Cancel
Save