remove NewStaticContentHandlerFunc

This commit is contained in:
ajatprabha
2021-10-05 11:39:11 +05:30
committed by Ken Hibino
parent cb4ccea025
commit 0cbec9318f
6 changed files with 31 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ import (
// - conversion function from an external type to an internal type
// ****************************************************************************
// PayloadFormatter can be used to convert payload bytes to string to show in web ui.
// PayloadFormatter can be used to convert payload bytes to string to show in web UI.
type PayloadFormatter interface {
FormatPayload(taskType string, payload []byte) string
}