refactor: 重命名 connection -> session

This commit is contained in:
2024-08-26 14:41:57 +08:00
parent a6cc98a32b
commit 82d3f99404
7 changed files with 31 additions and 33 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/IOTechSystems/onvif/xsd"
)
func (c *Connection) SubscribeEvents(
func (c *Session) SubscribeEvents(
consumerAddress event.AttributedURIType,
terminationTime xsd.String, // PT60S
) (*event.SubscribeResponse, error) {