// Valid validates the contents of a Meta for requires fields.
func(m*Meta)Valid()(bool,error){
func(mMeta)Valid()(bool,error){
ifm.Name==""{
returnfalse,errors.New("name cannot be empty")
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.