Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
6341d13a1f87c3426965bd51cba6bf331ed0c36b
/
.
/
lib
/
erl
/
src
/
thrift_service.erl
blob: 1ecfb9da710c4e17684899458ef965ad9fee0776 [
file
] [
log
] [
blame
]
-module
(thrift_service)
.
-export
([behaviour_info/
1
])
.
behaviour_info(callbacks) ->
[{function_info
,
2
}]
.