feat: implemented service/transport/main layers
This commit is contained in:
parent
5158c5d7c9
commit
bcb9ace54c
29 changed files with 804 additions and 393 deletions
7
internal/pkg/ds/predictor.go
Normal file
7
internal/pkg/ds/predictor.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package ds
|
||||
|
||||
type PredictionParameters struct {
|
||||
}
|
||||
|
||||
type PredicitonResult struct {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue