Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
1c1ca74237bee683cf05eff54ee844156ad5e905
/
.
/
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
}]
.