feat: 完善stream_options

This commit is contained in:
CalciumIon
2024-07-08 02:00:39 +08:00
parent b93fd8e349
commit f2a251025d
5 changed files with 31 additions and 24 deletions
+1
View File
@@ -28,6 +28,7 @@ type RelayInfo struct {
Organization string
BaseUrl string
SupportStreamOptions bool
ShouldIncludeUsage bool
}
func GenRelayInfo(c *gin.Context) *RelayInfo {