Versions in this module Expand all Collapse all v0 v0.8.1 Mar 8, 2020 v0.8.0 Mar 8, 2020 Changes in this version + type AfterCreatorAPI interface + AfterCreateAPI func(ctx context.Context, s *query.Scope) error + type AfterDeleterAPI interface + AfterDeleteAPI func(ctx context.Context, s *query.Scope) error + type AfterGetterAPI interface + AfterGetAPI func(ctx context.Context, s *query.Scope) error + type AfterListerAPI interface + AfterListAPI func(ctx context.Context, s *query.Scope) error + type AfterPatcherAPI interface + AfterPatchAPI func(ctx context.Context, s *query.Scope) error + type BeforeCreatorAPI interface + BeforeCreateAPI func(ctx context.Context, s *query.Scope) error + type BeforeDeleterAPI interface + BeforeDeleteAPI func(ctx context.Context, s *query.Scope) error + type BeforeGetterAPI interface + BeforeGetAPI func(ctx context.Context, s *query.Scope) error + type BeforeListerAPI interface + BeforeListAPI func(ctx context.Context, s *query.Scope) error + type BeforePatcherAPI interface + BeforePatchAPI func(ctx context.Context, s *query.Scope) error