seaweedfs/go/operation
chrislusf cc724305b6 Using Url instead of PublicUrl for volume server
Originally there are only url(ip + port), and publicUrl. Because ip was
used to listen for http service, it has less flexibility and volume
server has to be accessed via publicUrl.

Recently we added ip.bind, for binding http service.

With this change, url can be used to connect to volume servers. And
publicUrl becomes a free style piece of url information, it does not
even need to be unique.
2015-02-02 10:16:50 -08:00
..
assign_file_id.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
data_struts.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
delete_content.go Using Url instead of PublicUrl for volume server 2015-02-02 10:16:50 -08:00
list_masters.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
lookup.go Using Url instead of PublicUrl for volume server 2015-02-02 10:16:50 -08:00
lookup_vid_cache.go Add volume id lookup caching 2014-05-25 14:01:54 -07:00
lookup_vid_cache_test.go Add volume id lookup caching 2014-05-25 14:01:54 -07:00
submit.go Using Url instead of PublicUrl for volume server 2015-02-02 10:16:50 -08:00
system_message.pb.go use proto "github.com/golang/protobuf/proto" 2015-01-30 15:09:37 +08:00
system_message_test.go use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto 2014-12-26 16:59:53 +08:00
upload_content.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00