Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckRequestIP ¶
CheckRequestIP returns TRUE if the remote IP in an http.Request is from an Atlassian IP range
func GetIpRanges ¶
GetIpRanges retrieves Atlassian IP ranges and returns the results
Types ¶
type IpRangeItem ¶
type IpRangeResponse ¶
type IpRangeResponse struct { CreationDate string `json:"creationDate"` SyncToken int `json:"syncToken"` Items []IpRangeItem `json:"items"` }
Click to show internal directories.
Click to hide internal directories.