github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/create_subscription_result.go (about)

     1  package ravendb
     2  
     3  // CreateSubscriptionResult represents result for "create subscription" command
     4  type CreateSubscriptionResult struct {
     5  	Name string `json:"Name"`
     6  }