6 lines
97 B
Go
6 lines
97 B
Go
package Interfaces
|
|
|
|
type HTTPServersInterfaces interface {
|
|
// Add(inputs any, overwrite bool)
|
|
}
|