ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
131 stars 34 forks source link

:sparkles: Added the Confluence Restriction Service #99

Closed ctreminiom closed 2 years ago

ctreminiom commented 2 years ago
  1. Added the following method under contentRestriction.go

    • Get restrictions
    • Update restrictions
    • Add restrictions
    • Delete restrictions
  2. Parsed the Content Restriction Operations

  3. Parsed the Content Restriction Operation for groups.

  4. Added the github.com/google/uuid library

codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (2f787c0) into main (441f021) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #99    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          145       148     +3     
  Lines        10818     11004   +186     
==========================================
+ Hits         10818     11004   +186     
Impacted Files Coverage Δ
confluence/content.go 100.00% <ø> (ø)
confluence/confluence.go 100.00% <100.00%> (ø)
confluence/contentRestriction.go 100.00% <100.00%> (ø)
confluence/contentRestrictionOperationGroup.go 100.00% <100.00%> (ø)
confluence/contentRestrictionsOperation.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 441f021...2f787c0. Read the comment docs.