diff --git a/internal/ddos/ml/ml.go b/internal/ddos/ml/ml.go new file mode 100644 index 0000000..6c43f6c --- /dev/null +++ b/internal/ddos/ml/ml.go @@ -0,0 +1,6 @@ +package ml + +// DDOS represents machine learning +// DDOS protection. +type DDOS struct { +}