mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: introducing streams management pages #166
This commit is contained in:
parent
9c16b55dde
commit
2649b710bb
32 changed files with 3170 additions and 606 deletions
8
model/stream.go
Normal file
8
model/stream.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package model
|
||||
|
||||
type Stream struct {
|
||||
Model
|
||||
Path string `json:"path"`
|
||||
Advanced bool `json:"advanced"`
|
||||
ChatGPTMessages ChatGPTCompletionMessages `json:"chatgpt_messages" gorm:"serializer:json"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue