Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
f2e66c1cb79ec0c1e2a515668f15410a60140011
/
.
/
lib
/
alterl
/
src
/
thrift_service.erl
blob: 1ecfb9da710c4e17684899458ef965ad9fee0776 [
file
] [
log
] [
blame
]
David Reiss
ac54955
2008-06-10 22:56:59 +0000
[
diff
] [
blame
]
1
-module
(thrift_service)
.
2
3
-export
([behaviour_info/
1
])
.
4
5
behaviour_info(callbacks) ->
David Reiss
1c1ca74
2008-06-10 22:57:21 +0000
[
diff
] [
blame
]
6
[{function_info
,
2
}]
.