Skip to content

Commit

Permalink
Identify functions to port
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed May 21, 2024
1 parent 790a617 commit 05c1265
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,3 +1090,25 @@ func (c *Client) sendRequest(ctx context.Context, req *http.Request, strip bool,

return body, resp, nil
}

// https://github.com/PaloAltoNetworks/terraform-panos-ngfw-modules/pull/54
// https://github.com/PaloAltoNetworks/pango/pull/113
// https://github.com/PaloAltoNetworks/pango/pull/111

// func (c *Client) Commit() {
// }

// func (c *Client) CommitLocks() {
// }

// func (c *Client) ConfigLocks() {
// }

// func (c *Client) ConfigTree() {
// }

// func (c *Client) LockCommits() {
// }

// func (c *Client) LockConfig() {
// }

0 comments on commit 05c1265

Please sign in to comment.