github.com/gophercloud/gophercloud@v1.11.0/openstack/clustering/v1/webhooks/doc.go (about)

     1  /*
     2  Package webhooks provides the ability to trigger an action represented by a webhook from the OpenStack Clustering
     3  Service.
     4  
     5  Example to Trigger webhook action
     6  
     7  	result, err := webhooks.Trigger(serviceClient(), "f93f83f6-762b-41b6-b757-80507834d394", webhooks.TriggerOpts{V: "1"}).Extract()
     8  	if err != nil {
     9  		panic(err)
    10  	}
    11  
    12  	fmt.Println("result", result)
    13  */
    14  package webhooks