Documentation ¶ Index ¶ type ReadLogic func NewReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadLogic func (l *ReadLogic) Read(req *types.AppPolicyReadReq) (resp *types.AppPolicy, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ReadLogic ¶ type ReadLogic struct { logx.Logger // contains filtered or unexported fields } func NewReadLogic ¶ func NewReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadLogic func (*ReadLogic) Read ¶ func (l *ReadLogic) Read(req *types.AppPolicyReadReq) (resp *types.AppPolicy, err error) Source Files ¶ View all Source files readLogic.go Click to show internal directories. Click to hide internal directories.