Documentation
¶
Overview ¶
TODO: There's quite a bit of code that can be shared within the functions of this file.
Index ¶
- type AdminHandler
- func (ah *AdminHandler) AllianceCharacterLeadershipRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) AllianceCharacterLeadershipRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) AllianceRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) AllianceRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CharacterRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CharacterRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationAllianceRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationAllianceRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationCharacterLeadershipRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationCharacterLeadershipRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- func (ah *AdminHandler) CorporationRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, ...) error
- type AuthHandler
- func (ah *AuthHandler) Confirm(context context.Context, request *abaeve_auth.AuthConfirmRequest, ...) error
- func (ah *AuthHandler) Create(context context.Context, request *abaeve_auth.AuthCreateRequest, ...) error
- func (ah *AuthHandler) GetRoles(ctx context.Context, request *abaeve_auth.GetRolesRequest, ...) error
- type EntityAdminHandler
- func (eah *EntityAdminHandler) AllianceUpdate(ctx context.Context, request *abaeve_auth.AllianceAdminRequest, ...) error
- func (eah *EntityAdminHandler) CharacterUpdate(ctx context.Context, request *abaeve_auth.CharacterAdminRequest, ...) error
- func (eah *EntityAdminHandler) CorporationUpdate(ctx context.Context, request *abaeve_auth.CorporationAdminRequest, ...) error
- func (eah *EntityAdminHandler) RoleUpdate(ctx context.Context, request *abaeve_auth.RoleAdminRequest, ...) error
- type EntityQueryHandler
- func (eqh *EntityQueryHandler) GetAlliances(ctx context.Context, request *abaeve_auth.EntityQueryRequest, ...) error
- func (eqh *EntityQueryHandler) GetCharacters(ctx context.Context, request *abaeve_auth.EntityQueryRequest, ...) error
- func (eqh *EntityQueryHandler) GetCorporations(ctx context.Context, request *abaeve_auth.EntityQueryRequest, ...) error
- func (eqh *EntityQueryHandler) GetRoles(ctx context.Context, request *abaeve_auth.EntityQueryRequest, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminHandler ¶
func (*AdminHandler) AllianceCharacterLeadershipRoleAdd ¶
func (ah *AdminHandler) AllianceCharacterLeadershipRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) AllianceCharacterLeadershipRoleRemove ¶
func (ah *AdminHandler) AllianceCharacterLeadershipRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) AllianceRoleAdd ¶
func (ah *AdminHandler) AllianceRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) AllianceRoleRemove ¶
func (ah *AdminHandler) AllianceRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CharacterRoleAdd ¶
func (ah *AdminHandler) CharacterRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CharacterRoleRemove ¶
func (ah *AdminHandler) CharacterRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationAllianceRoleAdd ¶
func (ah *AdminHandler) CorporationAllianceRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationAllianceRoleRemove ¶
func (ah *AdminHandler) CorporationAllianceRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationCharacterLeadershipRoleAdd ¶
func (ah *AdminHandler) CorporationCharacterLeadershipRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationCharacterLeadershipRoleRemove ¶
func (ah *AdminHandler) CorporationCharacterLeadershipRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationRoleAdd ¶
func (ah *AdminHandler) CorporationRoleAdd(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
func (*AdminHandler) CorporationRoleRemove ¶
func (ah *AdminHandler) CorporationRoleRemove(context context.Context, request *abaeve_auth.AuthAdminRequest, response *abaeve_auth.AuthAdminResponse) error
type AuthHandler ¶
func (*AuthHandler) Confirm ¶
func (ah *AuthHandler) Confirm(context context.Context, request *abaeve_auth.AuthConfirmRequest, response *abaeve_auth.AuthConfirmResponse) error
type EntityAdminHandler ¶
func (*EntityAdminHandler) AllianceUpdate ¶
func (eah *EntityAdminHandler) AllianceUpdate(ctx context.Context, request *abaeve_auth.AllianceAdminRequest, response *abaeve_auth.EntityAdminResponse) error
TODO: Do I really give a shit on delete whether or not the attributes besides id's are valid?
func (*EntityAdminHandler) CharacterUpdate ¶
func (eah *EntityAdminHandler) CharacterUpdate(ctx context.Context, request *abaeve_auth.CharacterAdminRequest, response *abaeve_auth.EntityAdminResponse) error
func (*EntityAdminHandler) CorporationUpdate ¶
func (eah *EntityAdminHandler) CorporationUpdate(ctx context.Context, request *abaeve_auth.CorporationAdminRequest, response *abaeve_auth.EntityAdminResponse) error
func (*EntityAdminHandler) RoleUpdate ¶
func (eah *EntityAdminHandler) RoleUpdate(ctx context.Context, request *abaeve_auth.RoleAdminRequest, response *abaeve_auth.EntityAdminResponse) error
type EntityQueryHandler ¶
func (*EntityQueryHandler) GetAlliances ¶
func (eqh *EntityQueryHandler) GetAlliances(ctx context.Context, request *abaeve_auth.EntityQueryRequest, response *abaeve_auth.AlliancesResponse) error
func (*EntityQueryHandler) GetCharacters ¶
func (eqh *EntityQueryHandler) GetCharacters(ctx context.Context, request *abaeve_auth.EntityQueryRequest, response *abaeve_auth.CharactersResponse) error
func (*EntityQueryHandler) GetCorporations ¶
func (eqh *EntityQueryHandler) GetCorporations(ctx context.Context, request *abaeve_auth.EntityQueryRequest, response *abaeve_auth.CorporationsResponse) error
Click to show internal directories.
Click to hide internal directories.