ory / ladon

A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go.

Home Page:https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=ladon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help required with Equals keyword

adhicoder opened this issue · comments

I am not able to understand what Equals does in this context. Is it a keyword or a type? I am not able to find documentation for it.

type StringEqualCondition struct {
Equals string `json:"equals"`
}

Sorry, misunderstanding on my part