shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /object/type/details.go/

View raw version
package objecttype

type typeDetails struct {
	name         string
	isBaseObject bool
}

func (ty Type) details() typeDetails {
	return typeTable[ty]
}