func (*Radio) Typename(ctx *jas.Context) { name := ctx.GapSegment("") ctx.Data = string(name) + "type name" fmt.Println(name) }