[#271] service/audit: Implement PoR

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-12-23 12:54:34 +03:00 committed by Alex Vanin
parent 5f65ec0265
commit a5320408a5
4 changed files with 115 additions and 4 deletions

View file

@ -34,10 +34,6 @@ func (c *Context) Execute() {
c.writeReport()
}
func (c *Context) executePoR() {
// TODO: implement me
}
func (c *Context) executePoP() {
// TODO: implement me
}