1 2 3 4 5 6 7 8 9 10
package tvm type CheckServiceOptions struct { Entity Entity } type CheckUserOptions struct { Entity Entity UID UID }