APIKey returns the value of the "api_key" field in the mutation.
()
| 4713 | |
| 4714 | // APIKey returns the value of the "api_key" field in the mutation. |
| 4715 | func (m *BouncerMutation) APIKey() (r string, exists bool) { |
| 4716 | v := m.api_key |
| 4717 | if v == nil { |
| 4718 | return |
| 4719 | } |
| 4720 | return *v, true |
| 4721 | } |
| 4722 | |
| 4723 | // OldAPIKey returns the old "api_key" field's value of the Bouncer entity. |
| 4724 | // If the Bouncer object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected