mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-07 02:35:17 +00:00
Updated docs to reflect new packaging (#153)
This commit is contained in:
parent
cc6028475a
commit
4d15464fe2
@ -96,9 +96,9 @@ User Struct | lib/thrift/test/user.ex |`Thrift.Test.User`
|
||||
UserNotFound Exception| lib/thrift/test/user_not_found.ex | `Thrift.Test.UserNotFound`
|
||||
User Binary Protocol | lib/thrift/test/user.ex | `Thrift.Test.User.BinaryProtocol`
|
||||
UserNotFound Binary Protocol | lib/thrift/test/user_not_found.ex | `Thrift.Test.UserNotFound.BinaryProtocol`
|
||||
UserService Framed Binary Client | lib/thrift/test/user_service.ex |`Thrift.Test.UserService.Clients.Binary.Framed`
|
||||
UserService Framed Binary Server | lib/thrift/test/user_service.ex | `Thrift.Test.UserService.Servers.Binary.Framed`
|
||||
UserService Handler Behviour (Used for writing servers) | lib/thrift/test_user_service/handler/behaviour.ex | `Thrift.Test.UserService.Handler.Behaviour`
|
||||
UserService Framed Binary Client | lib/thrift/test/user_service.ex |`Thrift.Test.UserService.Binary.Framed.Client`
|
||||
UserService Framed Binary Server | lib/thrift/test/user_service.ex | `Thrift.Test.UserService.Binary.Framed.Server`
|
||||
UserService Handler Behviour (Used for writing servers) | lib/thrift/test_user_service/handler.ex | `Thrift.Test.UserService.Handler`
|
||||
|
||||
|
||||
## Using the Client
|
||||
|
Loading…
Reference in New Issue
Block a user