github.com/altipla-consulting/ravendb-go-client@v0.1.3/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  }