github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/ihttpctl/interface.go (about) 1 /* 2 * Copyright (c) 2022-present unTill Pro, Ltd. 3 * @author Maxim Geraskin 4 */ 5 6 package ihttpctl 7 8 import ( 9 "github.com/voedger/voedger/pkg/iservices" 10 ) 11 12 type IHTTPProcessorController interface { 13 iservices.IService 14 }