Documentation ¶
Overview ¶
Package options NOTES
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisableWriteOption ¶
type DisableWriteOption struct { // IsDisabled defines if the write operations needs to be disabled IsDisabled bool // IsAll defines if all write operations needs to be disabled IsAll bool // BizIDMap defines the biz ids that needs to be disabled as map keys BizIDMap sync.Map }
DisableWriteOption defines which biz's write operations needs to be disabled when authorized
Click to show internal directories.
Click to hide internal directories.